diff options
author | Thomas Huth <thuth@redhat.com> | 2016-09-23 18:11:21 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-10-08 11:11:48 +0300 |
commit | 72fa605decb371d8ebe3c9b3ca33a004b5da3671 (patch) | |
tree | 2deba5f4cecb22d6a1936e3289d2856e5167d980 | |
parent | c10a1c787b4894048b688d8111b1f5e135015e04 (diff) | |
download | qemu-72fa605decb371d8ebe3c9b3ca33a004b5da3671.zip qemu-72fa605decb371d8ebe3c9b3ca33a004b5da3671.tar.gz qemu-72fa605decb371d8ebe3c9b3ca33a004b5da3671.tar.bz2 |
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>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3ac5fbc..9e4ca02 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 |