commit | 5b279a11d32998aad1e45fe9de225302b6a8e8ba | [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 | df22b9de21b3183175ac393d410d15a45bda8a30 | |
parent | 5641ade41f7c7d16e614e25ce3315e04f1bacd33 [diff] |
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>