cloud-hypervisor/pci/src
Sebastien Boeuf 30e421d2e5 pci: Remove unused restore() implementations
Now that VirtioPciDevice, VfioPciDevice and VfioUserPciDevice have all
been moved to the new restore design, there's no need to keep the old
way around, therefore the restore() implementations for MsiConfig,
MsixConfig and PciConfiguration can be removed.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-11-29 13:46:30 +01:00
..
bus.rs pci, virtio-devices: Move VirtioPciDevice to the new restore design 2022-11-23 18:37:40 +00:00
configuration.rs pci: Remove unused restore() implementations 2022-11-29 13:46:30 +01:00
device.rs pci, virtio-devices: Restore proper BAR type 2022-10-13 10:03:23 +02:00
lib.rs pci, virtio-devices: Move VirtioPciDevice to the new restore design 2022-11-23 18:37:40 +00:00
msi.rs pci: Remove unused restore() implementations 2022-11-29 13:46:30 +01:00
msix.rs pci: Remove unused restore() implementations 2022-11-29 13:46:30 +01:00
vfio_user.rs pci, vmm: Move VfioPciDevice and VfioUserPciDevice to new restore design 2022-11-29 13:46:30 +01:00
vfio.rs pci, vmm: Move VfioPciDevice and VfioUserPciDevice to new restore design 2022-11-29 13:46:30 +01:00