cloud-hypervisor/pci/src
Sebastien Boeuf 927861ced2 pci: Fix end of address space check
The check performed on the end address was wrong since the end address
was actually the address right after the end. To get the right end
address, we need to add (region size - 1) to the start address.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-07-25 11:45:38 +01:00
..
bus.rs pci: Allow for registering IO and Memory BAR 2019-07-22 09:50:10 -07:00
configuration.rs pci: Fix end of address space check 2019-07-25 11:45:38 +01:00
device.rs pci: Allow for registering IO and Memory BAR 2019-07-22 09:50:10 -07:00
lib.rs pci: Add MSI capability structure 2019-07-22 09:50:10 -07:00
msi.rs pci: Add MSI capability structure 2019-07-22 09:50:10 -07:00
msix.rs pci: Improve MSI-X code to let VFIO rely on it 2019-07-22 09:50:10 -07:00