diff options
author | David Gibson | 2013-06-15 03:51:52 +0200 |
---|---|---|
committer | Alexander Graf | 2013-07-01 01:11:16 +0200 |
commit | f9de2da728d885c5c246d6ba94edea067ad00434 (patch) | |
tree | a31ba50fbbb9049fe49dc40fb2ffcc9ea8216d63 /MAINTAINERS | |
parent | target-ppc kvm: save cr register (diff) | |
download | qemu-f9de2da728d885c5c246d6ba94edea067ad00434.tar.gz qemu-f9de2da728d885c5c246d6ba94edea067ad00434.tar.xz qemu-f9de2da728d885c5c246d6ba94edea067ad00434.zip |
pseries: Update MAINTAINERS information
I'm no longer at IBM, and therefore no long actively working on the pseries
(aka sPAPR) qemu machine type. This patch removes my information in the
MAINTAINERS file.
While we're at it, I've added some extra file patterns for pseries specific
files that weren't included in the existing pattern.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
[agraf: Remove new maintainer addition]
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a015f68123..ad9c8602ea 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -428,11 +428,14 @@ F: hw/pci/devices/host-prep.[hc] F: hw/isa/pc87312.[hc] sPAPR -M: David Gibson <david@gibson.dropbear.id.au> M: Alexander Graf <agraf@suse.de> L: qemu-ppc@nongnu.org S: Supported F: hw/*/spapr* +F: include/hw/*/spapr* +F: hw/*/xics* +F: include/hw/*/xics* +F: pc-bios/spapr-rtas/* virtex_ml507 M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |