summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorKim Phillips2014-12-19 23:24:06 +0100
committerAlex Williamson2014-12-19 23:24:06 +0100
commitcf7087db10e2dc112e02782f1d1eb56ec42c728b (patch)
tree246b3829a5c2da7af4a3081b78315edc99019e3d /MAINTAINERS
parentvfio: fix adding memory listener to the right address space (diff)
downloadqemu-cf7087db10e2dc112e02782f1d1eb56ec42c728b.tar.gz
qemu-cf7087db10e2dc112e02782f1d1eb56ec42c728b.tar.xz
qemu-cf7087db10e2dc112e02782f1d1eb56ec42c728b.zip
vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
This is done in preparation for the addition of VFIO platform device support. Signed-off-by: Kim Phillips <kim.phillips@linaro.org> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d72d6e37d0..01cfb05b76 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -657,7 +657,7 @@ F: hw/usb/dev-serial.c
VFIO
M: Alex Williamson <alex.williamson@redhat.com>
S: Supported
-F: hw/misc/vfio.c
+F: hw/vfio/*
vhost
M: Michael S. Tsirkin <mst@redhat.com>