vfio-pci: Cleanup BAR access
authorAlex Williamson <alex.williamson@redhat.com>
Thu, 14 Feb 2013 21:02:12 +0000 (14:02 -0700)
committerAlex Williamson <alex.williamson@redhat.com>
Thu, 14 Feb 2013 21:02:12 +0000 (14:02 -0700)
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>

No differences found