cloud-hypervisor/pci/src
Sebastien Boeuf 1e0ebb760f pci: Allow specific PCI b/d/f to be reserved
In order to let the PciBus user choose where a device should be placed
on the bus, a new function get_device_id() is introduced. This will be
helpful in the context of snapshot/restore as the caller will be able to
place the PCI devices on the same slot they were placed before the
snapshot was taken.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-05-12 17:37:31 +01:00
..
bus.rs pci: Allow specific PCI b/d/f to be reserved 2020-05-12 17:37:31 +01:00
configuration.rs pci: Implement Snapshottable trait for PciConfiguration 2020-05-11 11:38:16 +01:00
device.rs pci: Extend PciDevice trait with new free_bars() method 2020-03-11 13:10:30 +00:00
lib.rs pci: Implement Snapshottable trait for MsixConfig 2020-05-11 11:38:16 +01:00
msi.rs msi/msi-x: Prevent from losing masked interrupts 2020-02-25 08:31:14 +00:00
msix.rs pci: Implement Snapshottable trait for MsixConfig 2020-05-11 11:38:16 +01:00