cloud-hypervisor/vfio/src
Sebastien Boeuf 149b61b213 pci: Detect BAR reprogramming
Based on the value being written to the BAR, the implementation can
now detect if the BAR is being moved to another address. If that is the
case, it invokes move_bar() function from the DeviceRelocation trait.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-10-29 16:48:02 +01:00
..
lib.rs vfio: Create VFIO implementation of ExternalDmaMapping 2019-10-16 07:27:06 +02:00
vfio_device.rs vfio: Don't map guest memory for VFIO devices attached to vIOMMU 2019-10-16 07:27:06 +02:00
vfio_ioctls.rs vfio: VFIO API wrappers and helpers 2019-07-24 11:55:08 +02:00
vfio_pci.rs pci: Detect BAR reprogramming 2019-10-29 16:48:02 +01:00