cloud-hypervisor/pci
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
..
src pci: Make self mutable when reading from PCI config space 2020-01-30 09:25:52 +01:00
Cargo.toml pci: Cleanup the crate from kvm_iotcls and kvm_bindings dependencies 2020-01-17 23:43:45 +01:00