cloud-hypervisor/vmm/src
Fazla Mehrab 5db4dede28 block_util, vhdx: vhdx crate integration with the cloud hypervisor
vhdx_sync.rs in block_util implements traits to represent the vhdx
crate as a supported block device in the cloud hypervisor. The vhdx
is added to the block device list in device_manager.rs at the vmm
crate so that it can automatically detect a vhdx disk and invoke the
corresponding crate.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
Signed-off-by: Fazla Mehrab <akm.fazla.mehrab@intel.com>
2021-08-19 11:43:19 +02:00
..
api virtio-devices, vmm: Fix the '--seccomp false' option 2021-08-18 10:42:19 +02:00
acpi.rs vmm: Move NUMA node data structures to arch 2021-08-12 10:49:02 +02:00
config.rs vmm, doc: Forbid same memory zone in multiple NUMA nodes 2021-08-12 10:49:02 +02:00
cpu.rs virtio-devices, vmm: Fix the '--seccomp false' option 2021-08-18 10:42:19 +02:00
device_manager.rs block_util, vhdx: vhdx crate integration with the cloud hypervisor 2021-08-19 11:43:19 +02:00
device_tree.rs vmm: device_manager: Use DeviceTree to store PCI devices 2021-03-18 15:26:25 +01:00
interrupt.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
lib.rs virtio-devices, vmm: Fix the '--seccomp false' option 2021-08-18 10:42:19 +02:00
memory_manager.rs vmm: Refactor migration through Migratable trait 2021-08-05 06:07:00 -07:00
migration.rs vmm: Simplify snapshot/restore path handling 2021-03-12 13:03:01 +01:00
seccomp_filters.rs virtio-devices, vmm: Use syscall definitions from the libc crate 2021-08-18 10:42:19 +02:00
vm.rs virtio-devices, vmm: Fix the '--seccomp false' option 2021-08-18 10:42:19 +02:00