From: Alex Williamson Date: Thu, 14 Feb 2013 21:02:12 +0000 (-0700) Subject: vfio-pci: Cleanup BAR access X-Git-Tag: v3.9-rc1~69^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=906ee99dd2a5c819c1171ce5eaf6c080c027e58c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed