diff options
author | David Gibson | 2021-09-21 06:01:12 +0200 |
---|---|---|
committer | David Gibson | 2021-09-30 04:26:06 +0200 |
commit | 85d887be82905aa81b5d3d6c483ff0fa9958382b (patch) | |
tree | 80db3ad0b87f29a014e0bb12a0d97e733fdfd81c /MAINTAINERS | |
parent | MAINTAINERS: Add information for OpenPIC (diff) | |
download | qemu-85d887be82905aa81b5d3d6c483ff0fa9958382b.tar.gz qemu-85d887be82905aa81b5d3d6c483ff0fa9958382b.tar.xz qemu-85d887be82905aa81b5d3d6c483ff0fa9958382b.zip |
MAINTAINERS: Demote sPAPR from "Supported" to "Maintained"
qemu/KVM on Power is no longer my primary job responsibility, nor Greg
Kurz'. I still have some time for upstream maintenance, but it's no longer
accurate to say that I'm paid to do so. Therefore, reduce sPAPR (the
"pseries" machine type) from Supported to Maintained.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 688233b44a..50435b8d2f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1317,7 +1317,7 @@ sPAPR M: David Gibson <david@gibson.dropbear.id.au> M: Greg Kurz <groug@kaod.org> L: qemu-ppc@nongnu.org -S: Supported +S: Maintained F: hw/*/spapr* F: include/hw/*/spapr* F: hw/*/xics* |