cloud-hypervisor/vmm/src
Bo Chen b00a6a8519 vmm: Create guest memory regions with explicit dirty-pages-log flags
As we are now using an global control to start/stop dirty pages log from
the `hypervisor` crate, we need to explicitly tell the hypervisor (KVM)
whether a region needs dirty page tracking when it is created.

This reverts commit f063346de3.

Signed-off-by: Bo Chen <chen.bo@intel.com>
2021-07-28 09:08:32 -07:00
..
api vmm: http: Allow file descriptor to be sent with add-net 2021-07-19 09:51:32 +02:00
acpi.rs numa: Add optional sgx_epc_sections field to NumaConfig 2021-07-09 14:45:30 +02:00
config.rs numa: Add optional sgx_epc_sections field to NumaConfig 2021-07-09 14:45:30 +02:00
cpu.rs vmm: Limit physical address space for TDX 2021-07-20 15:00:04 +02:00
device_manager.rs vmm: Create guest memory regions with explicit dirty-pages-log flags 2021-07-28 09:08:32 -07:00
device_tree.rs vmm: device_manager: Use DeviceTree to store PCI devices 2021-03-18 15:26:25 +01:00
interrupt.rs vmm: Fix clippy warnings on AArch64 2021-06-24 08:59:53 -07:00
lib.rs vmm: Add CPUID compatibility check for snapshot/restore 2021-07-28 09:26:02 +02:00
memory_manager.rs vmm: Create guest memory regions with explicit dirty-pages-log flags 2021-07-28 09:08:32 -07:00
migration.rs vmm: Simplify snapshot/restore path handling 2021-03-12 13:03:01 +01:00
seccomp_filters.rs vmm: Extend seccomp filters with fcntl() for HTTP thread 2021-07-21 15:34:22 +02:00
vm.rs vmm: Create guest memory regions with explicit dirty-pages-log flags 2021-07-28 09:08:32 -07:00