vfio-pci: Cleanup read/write functions
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)
commit5b279a11d32998aad1e45fe9de225302b6a8e8ba
treedf22b9de21b3183175ac393d410d15a45bda8a30
parent5641ade41f7c7d16e614e25ce3315e04f1bacd33
vfio-pci: Cleanup read/write functions

The read and write functions are nearly identical, combine them
and convert to a switch statement.  This also makes it easy to
narrow the scope of when we use the io/mem accessors in case new
regions are added.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/vfio_pci.c