cloud-hypervisor/vmm/src
Sebastien Boeuf 8a826ae24c vmm: Store and restore virtio-pci device on right PCI slot
Based on the new field "pci_bdf", a virtio-pci device can be restored at
the same place on the PCI bus it was located before the VM snapshot.

This ensures consistent placement on the PCI bus, based on the stored
information related to each device.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-05-12 17:37:31 +01:00
..
api vmm: api: Add "add-vsock" API entry point 2020-04-29 12:44:49 +01:00
acpi.rs vmm: acpi: Remove unused IORT related structures 2020-03-17 12:46:26 +00:00
config.rs vhost_user_block: Use config::OptionParser to simplify block backend parsing 2020-05-11 09:40:40 +02:00
cpu.rs vmm: cpu: Retry sending signals if necessary 2020-05-07 09:00:14 +02:00
device_manager.rs vmm: Store and restore virtio-pci device on right PCI slot 2020-05-12 17:37:31 +01:00
device_tree.rs vmm: Add optional PCI b/d/f to each DeviceNode 2020-05-12 17:37:31 +01:00
interrupt.rs msi/msi-x: Prevent from losing masked interrupts 2020-02-25 08:31:14 +00:00
lib.rs vmm: Add unit tests for DeviceTree 2020-05-05 16:08:42 +02:00
memory_manager.rs vmm: MemoryManager: Cleanup the usage of std::ffi/io/result 2020-04-23 21:39:51 +02:00
migration.rs vmm: Add a VmRestore command 2020-04-02 13:24:25 +01:00
seccomp_filters.rs vmm: seccomp: Add fork, gettid and pipe2 syscalls to permitted list 2020-04-29 17:57:01 +01:00
vm.rs vmm: Unpark the DeviceManager threads in shutdown 2020-05-07 09:00:14 +02:00