From: Thomas Huth <th...@redhat.com>

The get_maintainer.pl script currently thinks that the win32
related files in the util and include folders are currently
unmaintained. Thus let's add some additional wildcards to
match these files.

Signed-off-by: Thomas Huth <th...@redhat.com>
Reviewed-by: Stefan Weil <s...@weilnetz.de>
Signed-off-by: Michael Tokarev <m...@tls.msk.ru>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4b17a05..f0ab48f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -322,6 +322,9 @@ L: qemu-devel@nongnu.org
 M: Stefan Weil <s...@weilnetz.de>
 S: Maintained
 F: *win32*
+F: */*win32*
+F: include/*/*win32*
+X: qga/*win32*
 F: qemu.nsi
 
 ARM Machines
-- 
2.1.4


Reply via email to