cloud-hypervisor/virtio-devices
Sebastien Boeuf 9e53efa3ca virtio-devices: Add support for adding a single memory region
Assuming vhost-user devices support CONFIGURE_MEM_SLOTS protocol
feature, we introduce a new method to the VirtioDevice trait in order to
update one single memory at a time.

In case CONFIGURE_MEM_SLOTS is not supported by the backend (feature not
acked), we fallback onto the current way of updating the memory
mappings, that is with SET_MEM_TABLE.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-03-11 19:04:21 +01:00
..
src virtio-devices: Add support for adding a single memory region 2021-03-11 19:04:21 +01:00
Cargo.toml build(deps): bump byteorder from 1.4.2 to 1.4.3 2021-03-10 13:14:58 +00:00