[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] MAINTAINERS: fix pattern for PC
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PATCH] MAINTAINERS: fix pattern for PC |
Date: |
Mon, 29 Jun 2015 11:54:27 +0200 |
Looks like hw/i386/ does not work, hw/i386/*
seems to work better.
Reported-by: Laszlo Ersek <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3d48a6b..39a01ab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -578,7 +578,7 @@ PC
M: Michael S. Tsirkin <address@hidden>
S: Supported
F: include/hw/i386/
-F: hw/i386/
+F: hw/i386/*
F: hw/pci-host/piix.c
F: hw/pci-host/q35.c
F: hw/pci-host/pam.c
--
MST
- [Qemu-devel] [PATCH] MAINTAINERS: fix pattern for PC,
Michael S. Tsirkin <=