cloud-hypervisor/pci/src
Rob Bradford 60165bbcfa pci: Fix #[cfg(target_arch)] guards for port I/O
Port I/O is only supported on x86_64 - use inverted conditional logic to
match the other architectures rather than calling them out specifically.
This will be relevant when RISC-V support is added.

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2024-09-20 16:17:43 +00:00
..
bus.rs pci: Fix #[cfg(target_arch)] guards for port I/O 2024-09-20 16:17:43 +00:00
configuration.rs misc: Fix various warnings from clippy 0.1.82 2024-09-07 09:40:20 +00:00
device.rs pci: Remove BusDevice requirement from PciDevice 2024-08-05 22:41:56 +00:00
lib.rs build: add REUSE Compliance Check 2024-04-19 17:35:45 +00:00
msi.rs misc: Migrate away from versionize 2024-04-22 17:10:55 +00:00
msix.rs pci: validate index before accessing MSI-X arrays 2024-08-14 08:01:25 +00:00
vfio_user.rs block, pci, rate_limiter, vm-allocator: drop legacy numeric constants 2024-04-30 07:32:08 +00:00
vfio.rs pci: Fix #[cfg(target_arch)] guards for port I/O 2024-09-20 16:17:43 +00:00