On 9/27/21 06:48, David Gibson wrote: > machine_ppc.py contains tests for 3 different ppc based machine types. It > is listed in MAINTAINERS along with the PPC TCG cpu code. That's not > really accurate though, since it's really more about testing those machines > than the CPUs. > > Therefore, split it up into separate files for the separate machine types, > and list those along with their machine types in MAINTAINERS. > > Suggested-by: Philippe Mathieu-Daudé <f4...@amsat.org> > Signed-off-by: David Gibson <da...@gibson.dropbear.id.au> > --- > MAINTAINERS | 4 +- > 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, 104 insertions(+), 70 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
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>