cloud-hypervisor/vmm/src
Sebastien Boeuf 9c95109a6b vmm: Streamline reboot code path
Separate the destruction and cleanup of original VM and the creation of
the new one. In particular have a clear hand off point for resources
(e.g. reset EventFd) used by the new VM from the original. In the
situation where vm.shutdown() generates an error this also avoids the
Vmm reference to the Vm (self.vm) from being maintained.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-03-18 12:28:50 +01:00
..
api vmm: Add support for hotplugging a vDPA device 2022-03-18 12:28:40 +01:00
acpi.rs vmm: tdx: Pass ACPI tables through the HOB 2022-01-20 16:50:55 +00:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: Add a vDPA device parameter 2022-03-18 12:28:40 +01:00
cpu.rs vmm: cpu: Only include hotplug/unplug related AML code if dynamic 2022-03-17 13:46:21 +00:00
device_manager.rs vmm: Add support for hotplugging a vDPA device 2022-03-18 12:28:40 +01:00
device_tree.rs pci, vmm: Update DeviceNode to store PciBdf instead of u32 2022-02-16 11:57:23 +00:00
gdb.rs vmm: Implement GDB event handler to enable --gdb flag 2022-02-23 11:16:09 +00:00
interrupt.rs vmm: interrupt: fix msi mask irq causing kernel panic on AMD 2022-03-10 09:27:50 +01:00
lib.rs vmm: Streamline reboot code path 2022-03-18 12:28:50 +01:00
memory_manager.rs memory_manager: drop unneeded clippy suppressions 2022-01-18 17:23:27 -08:00
migration.rs vmm: Split VM config and VM state for snapshot/restore 2022-02-08 15:06:49 +00:00
pci_segment.rs vmm: Rename PCI_MMIO_CONFIG_SIZE and move it to arch 2021-12-06 09:29:49 +00:00
seccomp_filters.rs vmm: Enable vDPA support 2022-03-18 12:28:40 +01:00
serial_buffer.rs vmm: Refactor serial buffer to allow flush on PTY when writable 2021-09-27 14:18:21 +01:00
serial_manager.rs vmm: Refactor serial buffer to allow flush on PTY when writable 2021-09-27 14:18:21 +01:00
sigwinch_listener.rs vmm: Fix panic in SIGWINCH listener thread when no seccomp filter set 2021-11-16 14:28:02 +00:00
vm.rs vmm: Add support for hotplugging a vDPA device 2022-03-18 12:28:40 +01:00