diff options
author | Thomas Huth | 2016-03-10 17:39:09 +0100 |
---|---|---|
committer | Alex Williamson | 2016-03-11 04:50:44 +0100 |
commit | 99b88c6d1fc81c9757bb6e116e0adf20b2906629 (patch) | |
tree | 522613871d6f0af7c19ba7b088e4c7e37b3979ad /MAINTAINERS | |
parent | vfio/pci: replace fixed string limit by g_strdup_printf (diff) | |
download | qemu-99b88c6d1fc81c9757bb6e116e0adf20b2906629.tar.gz qemu-99b88c6d1fc81c9757bb6e116e0adf20b2906629.tar.xz qemu-99b88c6d1fc81c9757bb6e116e0adf20b2906629.zip |
MAINTAINERS: Add entry for the include/hw/vfio/ folder
The headers in include/hw/vfio/ should be listed in the VFIO
section of the MAINTAINERS file.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dc0aa5424e..5c4e23eacb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -866,6 +866,7 @@ VFIO M: Alex Williamson <alex.williamson@redhat.com> S: Supported F: hw/vfio/* +F: include/hw/vfio/ vhost M: Michael S. Tsirkin <mst@redhat.com> |