cloud-hypervisor/vmm/src
Rob Bradford 4963e37dc8 qcow, virtio-devices: Break cyclic dependency
Move the definition of RawFile from virtio-devices crate into qcow
crate. All the code that consumes RawFile also already depends on the
qcow crate for image file type detection so this change breaks the
need for the qcow crate to depend on the very large virtio-devices
crate.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-07-10 17:47:31 +02:00
..
api vmm: api: ch-remote: Add balloon to VmResizeData 2020-07-07 17:25:13 +01:00
acpi.rs vmm: acpi: Remove unused IORT related structures 2020-03-17 12:46:26 +00:00
config.rs virtio-balloon: Store the balloon size to support reboot 2020-07-07 17:25:13 +01:00
cpu.rs hypervisor: Define a VM-Exit abstraction 2020-07-06 12:59:43 +01:00
device_manager.rs qcow, virtio-devices: Break cyclic dependency 2020-07-10 17:47:31 +02:00
device_tree.rs vmm: device_tree: make available remove function unconditionally 2020-06-15 11:41:34 +02:00
interrupt.rs vmm: interrupt: Rename vm_fd 2020-07-06 09:35:30 +01:00
lib.rs vmm: api: ch-remote: Add balloon to VmResizeData 2020-07-07 17:25:13 +01:00
memory_manager.rs virtio-balloon: Store the balloon size to support reboot 2020-07-07 17:25:13 +01:00
migration.rs vmm: Get and set clock during pause and resume operations 2020-06-23 14:36:01 +01:00
seccomp_filters.rs vmm: Divide Seccomp KVM IOCTL rules by architecture 2020-07-06 13:40:38 +01:00
vm.rs virtio-balloon: Store the balloon size to support reboot 2020-07-07 17:25:13 +01:00