commit | 906ee99dd2a5c819c1171ce5eaf6c080c027e58c | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Thu Feb 14 14:02:12 2013 -0700 |
committer | Alex Williamson <alex.williamson@redhat.com> | Thu Feb 14 14:02:12 2013 -0700 |
tree | c89c9d8fdb61d7e2843c28c9c52faaf8e9089917 | |
parent | 5b279a11d32998aad1e45fe9de225302b6a8e8ba [diff] |
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>