Greg Kurz and myself have been co-maintainers for the ppc and ppc64 targets for some time now. However, both our day job responsibilities and interests are leading us towards other areas, so we have less time to devote to this any more.
Therefore, here's a bunch of updates to MAINTAINERS, intended to reduce the load on us. Mostly this is marking fairly obscure platforms as orphaned (if someone wants to take over maintainership, let me know ASAP). Bigger changes may be coming, but we haven't decided exactly what that's going to look like yet. Changes since v2: * Clarified overly broad TCG CPUs entry Changes since v1: * Reworked how OpenPIC is listed David Gibson (7): qemu: Split machine_ppc.py acceptance tests MAINTAINERS: Remove machine specific files from ppc TCG CPUs entry MAINTAINERS: Remove David & Greg as reviewers for a number of boards MAINTAINERS: Orphan obscure ppc platforms MAINTAINERS: Remove David & Greg as reviewers/co-maintainers of powernv MAINTAINERS: Add information for OpenPIC MAINTAINERS: Demote sPAPR from "Supported" to "Maintained" MAINTAINERS | 51 ++++++++------------ tests/acceptance/machine_ppc.py | 69 ---------------------------- tests/acceptance/ppc_mpc8544ds.py | 32 +++++++++++++ tests/acceptance/ppc_pseries.py | 35 ++++++++++++++ tests/acceptance/ppc_virtex_ml507.py | 34 ++++++++++++++ 5 files changed, 121 insertions(+), 100 deletions(-) delete mode 100644 tests/acceptance/machine_ppc.py create mode 100644 tests/acceptance/ppc_mpc8544ds.py create mode 100644 tests/acceptance/ppc_pseries.py create mode 100644 tests/acceptance/ppc_virtex_ml507.py -- 2.31.1