From 72fa605decb371d8ebe3c9b3ca33a004b5da3671 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 23 Sep 2016 18:11:21 +0200 Subject: [PATCH] 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 Signed-off-by: Michael Tokarev --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3ac5fbc1d0..9e4ca021b2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -933,6 +933,8 @@ virtio M: Michael S. Tsirkin 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