cloud-hypervisor/vmm/src
Samuel Ortiz 447af8e702 vmm: vm: Factorize the device and cpu managers creation routine
Into a new_from_memory_manager() routine.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2020-04-03 18:05:18 +01:00
..
api vmm: api: Add a /api/v1/vm.restore endpoint 2020-04-02 13:24:25 +01:00
acpi.rs vmm: acpi: Remove unused IORT related structures 2020-03-17 12:46:26 +00:00
config.rs main, vmm: add --initramfs cli option 2020-03-26 11:59:03 +01:00
cpu.rs vmm: cpu: Pass CpusConfig to simplify the new() prototype 2020-04-03 18:05:18 +01:00
device_manager.rs vmm: memory_manager: Own the system allocator 2020-04-03 18:05:18 +01:00
interrupt.rs msi/msi-x: Prevent from losing masked interrupts 2020-02-25 08:31:14 +00:00
lib.rs vmm: Add a VmRestore command 2020-04-02 13:24:25 +01:00
memory_manager.rs vmm: memory_manager: Own the system allocator 2020-04-03 18:05:18 +01:00
migration.rs vmm: Add a VmRestore command 2020-04-02 13:24:25 +01:00
seccomp_filters.rs vmm: seccomp: Add missing open() syscall 2020-04-02 09:56:48 +02:00
vm.rs vmm: vm: Factorize the device and cpu managers creation routine 2020-04-03 18:05:18 +01:00