cloud-hypervisor/pci/src
Sebastien Boeuf db9f9b7820 pci: Make self mutable when reading from PCI config space
In order to anticipate the need to support more features related to the
access of a device's PCI config space, this commits changes the self
reference in the function read_config_register() to be mutable.

This also brings some more flexibility for any implementation of the
PciDevice trait.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-01-30 09:25:52 +01:00
..
bus.rs pci: Make self mutable when reading from PCI config space 2020-01-30 09:25:52 +01:00
configuration.rs pci: Refine detection of BAR reprogramming 2020-01-09 08:05:35 +01:00
device.rs pci: Make self mutable when reading from PCI config space 2020-01-30 09:25:52 +01:00
lib.rs pci: Cleanup the crate from unneeded types 2020-01-21 10:44:48 +01:00
msi.rs interrupt: Reorganize all interrupt management with InterruptManager 2020-01-17 23:43:45 +01:00
msix.rs interrupt: Reorganize all interrupt management with InterruptManager 2020-01-17 23:43:45 +01:00