diff options
author | Thomas Huth | 2016-09-23 18:11:21 +0200 |
---|---|---|
committer | Michael Tokarev | 2016-10-08 10:11:48 +0200 |
commit | 72fa605decb371d8ebe3c9b3ca33a004b5da3671 (patch) | |
tree | 2deba5f4cecb22d6a1936e3289d2856e5167d980 /MAINTAINERS | |
parent | MAINTAINERS: Add some SPARC machine related files (diff) | |
download | qemu-72fa605decb371d8ebe3c9b3ca33a004b5da3671.tar.gz qemu-72fa605decb371d8ebe3c9b3ca33a004b5da3671.tar.xz qemu-72fa605decb371d8ebe3c9b3ca33a004b5da3671.zip |
MAINTAINERS: Add some more files to the virtio section
Makefile.objs and trace-events in hw/virtio/ were not covered
by MAINTAINERS yet.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3ac5fbc1d0..9e4ca021b2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -933,6 +933,8 @@ virtio M: Michael S. Tsirkin <mst@redhat.com> S: Supported F: hw/*/virtio* +F: hw/virtio/Makefile.objs +F: hw/virtio/trace-events F: net/vhost-user.c F: include/hw/virtio/ F: tests/virtio-balloon-test.c |