linux/drivers/vfio/pci
Alex Williamson 906ee99dd2 vfio-pci: Cleanup BAR access
We can actually handle MMIO and I/O port from the same access function
since PCI already does abstraction of this.  The ROM BAR only requires
a minor difference, so it gets included too.  vfio_pci_config_readwrite
gets renamed for consistency.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
2013-02-14 14:02:12 -07:00
..
Kconfig vfio: Add PCI device driver 2012-07-31 08:16:24 -06:00
Makefile vfio: Add PCI device driver 2012-07-31 08:16:24 -06:00
vfio_pci_config.c vfio-pci: Cleanup BAR access 2013-02-14 14:02:12 -07:00
vfio_pci_intrs.c vfio: Fix PCI INTx disable consistency 2012-10-10 09:10:32 -06:00
vfio_pci_private.h vfio-pci: Cleanup BAR access 2013-02-14 14:02:12 -07:00
vfio_pci_rdwr.c vfio-pci: Cleanup BAR access 2013-02-14 14:02:12 -07:00
vfio_pci.c vfio-pci: Cleanup BAR access 2013-02-14 14:02:12 -07:00