cloud-hypervisor/vmm/src
Sebastien Boeuf 157db33d65 vmm: Refactor hypervisor::Vm creation on restore
This prevents from leaking implementation details to lib.rs, and rather
keep them in vm.rs.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-10-24 14:17:08 +02:00
..
api api: Fix vm.add-device argument type 2022-10-21 11:09:55 -07:00
acpi.rs vmm: Add some tracing of boot sequence 2022-09-22 18:09:31 +01:00
clone3.rs
config.rs vmm: Move 'default_serial/console()' to vm_config.rs 2022-10-07 09:13:15 -07:00
coredump.rs hypervisor: x86: provide a generic SpecialRegisters structure 2022-07-15 10:21:43 +01:00
cpu.rs build: Consolidate "gdb" build feature into "guest_debug" 2022-09-27 14:30:57 +01:00
device_manager.rs virtio-devices, vmm: vdpa: Implement live migration support 2022-10-13 10:03:23 +02:00
device_tree.rs
gdb.rs vmm: Restrict the maximum number of HW breakpoints 2022-08-23 16:57:12 +02:00
interrupt.rs vmm: Move GIC unit test to hypervisor crate 2022-06-06 10:17:26 +08:00
lib.rs vmm: Refactor hypervisor::Vm creation on restore 2022-10-24 14:17:08 +02:00
memory_manager.rs vmm: migration: Create destination VM right before to restore it 2022-10-18 17:14:29 +02:00
migration.rs
pci_segment.rs misc: Automatic beta clippy fixes 2022-09-20 10:59:48 +01:00
seccomp_filters.rs vmm: Extend list of authorized ioctls for vDPA 2022-10-13 10:03:23 +02:00
serial_manager.rs vmm: Move SerialBuffer to its own crate 2022-08-30 13:47:51 +02:00
sigwinch_listener.rs vmm: device_manager: Update virtio-console for proper PTY support 2022-08-30 13:47:51 +02:00
vm_config.rs vmm: Move 'default_serial/console()' to vm_config.rs 2022-10-07 09:13:15 -07:00
vm.rs vmm: Refactor hypervisor::Vm creation on restore 2022-10-24 14:17:08 +02:00