]> xenbits.xensource.com Git - qemu-xen.git/commit
qemu: Split machine_ppc.py acceptance tests
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 27 Sep 2021 04:48:02 +0000 (14:48 +1000)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 27 Sep 2021 17:06:47 +0000 (19:06 +0200)
commitc5f0a81650ada7178865f74dd4b3c9e508b3018e
tree7461e139e1065d70fd95404a353f19f0b803f860
parent94c714620bede2e03b5a03421c8e8f654817d65d
qemu: Split machine_ppc.py acceptance tests

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é <f4bug@amsat.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210927044808.73391-2-david@gibson.dropbear.id.au>
MAINTAINERS
tests/acceptance/machine_ppc.py [deleted file]
tests/acceptance/ppc_mpc8544ds.py [new file with mode: 0644]
tests/acceptance/ppc_pseries.py [new file with mode: 0644]
tests/acceptance/ppc_virtex_ml507.py [new file with mode: 0644]