cloud-hypervisor/pci/src
Sebastien Boeuf f3dc245c4f pci: Extend PciDevice trait with new free_bars() method
The point of this new method is to let the caller decide when the
implementation of the PciDevice should free the BARs previously
allocated through the other method allocate_bars().

This provides a way to perform proper cleanup for any PCI device.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-03-11 13:10:30 +00:00
..
bus.rs pci: Give PCI device ID back when removing a device 2020-03-10 17:05:06 +00:00
configuration.rs pci: handle extended configuration space properly 2020-02-24 17:05:09 +01:00
device.rs pci: Extend PciDevice trait with new free_bars() method 2020-03-11 13:10:30 +00:00
lib.rs pci: Cleanup the crate from unneeded types 2020-01-21 10:44:48 +01:00
msi.rs msi/msi-x: Prevent from losing masked interrupts 2020-02-25 08:31:14 +00:00
msix.rs msi/msi-x: Prevent from losing masked interrupts 2020-02-25 08:31:14 +00:00