cloud-hypervisor/vm-device/src
Andrew Carp a5e2460d95 virtio-devices: Move VfioDmaMapping to be in the pci crate
VfioUserDmaMapping is already in the pci crate, this moves
VfioDmaMapping to match the behavior. This is a necessary change to
allow the VfioDmaMapping trait to have access to MmioRegion memory
without creating a circular dependency. The VfioDmaMapping trait
needs to have access to mmio regions to map external devices over
mmio (a follow-up commit).

Signed-off-by: Andrew Carp <acarp@crusoeenergy.com>
2024-04-01 09:16:30 +00:00
..
dma_mapping virtio-devices: Move VfioDmaMapping to be in the pci crate 2024-04-01 09:16:30 +00:00
interrupt misc: Fix various spelling errors using typos 2023-09-09 10:46:21 +01:00
bus.rs misc: Remove redundant "use" imports 2024-02-19 17:54:30 +00:00
lib.rs misc: Remove #![allow(clippy::significant_drop_in_scrutinee)] 2022-12-07 17:50:48 +00:00