cloud-hypervisor/vmm
Sebastien Boeuf 5e9d254564 vmm: Store and restore virtio-pci BAR resources
By using the vector of resources provided by the DeviceNode, the device
manager can store the information related to PCI BARs from a virtio-pci
device. Based on this, and upon VM restoration, the device manager can
restore the BARs in the expected location in the guest address space.

One thing to note is that we only need to provide the VirtioPciDevice
with the configuration BAR (BAR 0) since the SHaredMemory BAR info comes
from the virtio device directly.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-05-12 17:37:31 +01:00
..
src vmm: Store and restore virtio-pci BAR resources 2020-05-12 17:37:31 +01:00
Cargo.toml arch, vmm: Don't build mptable when using ACPI 2020-05-11 19:34:34 +01:00