diff options
| author | Andreas Färber <andreas.faerber@web.de> | 2012-01-13 13:33:58 +0000 |
|---|---|---|
| committer | Alexander Graf <agraf@suse.de> | 2012-01-21 05:17:02 +0100 |
| commit | 0a6eec6bbf0afc253bd4253902bd65226914cb6b (patch) | |
| tree | e344ac71a582515c9784953718af5b56e349a7d2 | |
| parent | a6c986851434e265525a2168766fd3f7a95ca760 (diff) | |
| download | focaccia-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-- | MAINTAINERS | 2 |
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> |