cloud-hypervisor/virtio-devices
Sebastien Boeuf f38056fc9e virtio-devices, vmm: Simplify virtio-mem resize operation
There's no need to delegate the resize operation to the virtio-mem
thread. This can come directly from the vmm thread which will use the
Mem object to update the VIRTIO configuration and trigger the interrupt
for the guest to be notified.

In order to achieve what's described above, the VirtioMemZone structure
now has a handle onto the Mem object directly. This avoids the need for
intermediate Resize and ResizeSender structures.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-09-20 13:43:40 +02:00
..
src virtio-devices, vmm: Simplify virtio-mem resize operation 2022-09-20 13:43:40 +02:00
Cargo.toml build: Bump libc from 0.2.132 to 0.2.133 2022-09-20 01:24:56 +00:00