summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Färber <andreas.faerber@web.de>2012-01-13 13:33:58 +0000
committerAlexander Graf <agraf@suse.de>2012-01-21 05:17:02 +0100
commit0a6eec6bbf0afc253bd4253902bd65226914cb6b (patch)
treee344ac71a582515c9784953718af5b56e349a7d2
parenta6c986851434e265525a2168766fd3f7a95ca760 (diff)
downloadfocaccia-qemu-0a6eec6bbf0afc253bd4253902bd65226914cb6b.tar.gz
focaccia-qemu-0a6eec6bbf0afc253bd4253902bd65226914cb6b.zip
MAINTAINERS: Add PCI host bridge files to CHRP machines
Just like prep_pci.c, these were not associated with any MAINTAINERS
section, including PCI.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Cc: Alexander Graf <agraf@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a3bdb4138f..f7fc2ba6fb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -300,12 +300,14 @@ M: Alexander Graf <agraf@suse.de>
 L: qemu-ppc@nongnu.org
 S: Maintained
 F: hw/ppc_newworld.c
+F: hw/unin_pci.c
 
 Old World
 M: Alexander Graf <agraf@suse.de>
 L: qemu-ppc@nongnu.org
 S: Maintained
 F: hw/ppc_oldworld.c
+F: hw/grackle_pci.c
 
 PReP
 M: Andreas Färber <andreas.faerber@web.de>