cloud-hypervisor/vmm
Sebastien Boeuf 052f38fa96 vmm: Enable guest to report free pages through virtio-balloon
Adding a new parameter free_page_reporting=on|off to the balloon device
so that we can enable the corresponding feature from virtio-balloon.

Running a VM with a balloon device where this feature is enabled allows
the guest to report pages that are free from guest's perspective. This
information is used by the VMM to release the corresponding pages on the
host.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-02-11 12:10:07 +01:00
..
src vmm: Enable guest to report free pages through virtio-balloon 2022-02-11 12:10:07 +01:00
Cargo.toml vfio-ioctls: Move away from archived crate rust-vmm/vfio-ioctls 2022-02-04 13:57:46 +01:00