diff options
author | Thomas Huth | 2016-02-25 11:13:03 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2016-03-11 15:59:13 +0100 |
commit | 494f7b572ebc850b873dcf69f33636941df9efcf (patch) | |
tree | 1efd99f97540647aee388e4643e43bdfb03fd22c /MAINTAINERS | |
parent | pc: acpi: clarify why possible LAPIC entries must be present in MADT (diff) | |
download | qemu-494f7b572ebc850b873dcf69f33636941df9efcf.tar.gz qemu-494f7b572ebc850b873dcf69f33636941df9efcf.tar.xz qemu-494f7b572ebc850b873dcf69f33636941df9efcf.zip |
MAINTAINERS: Add an entry for virtio header files
Files in the include/hw/virtio/ folder should be included in the
"virtio" sections of the MAINTAINERS file.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@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..524963f579 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -877,6 +877,7 @@ M: Michael S. Tsirkin <mst@redhat.com> S: Supported F: hw/*/virtio* F: net/vhost-user.c +F: include/hw/virtio/ virtio-9p M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |