qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 1/7] qemu: Split machine_ppc.py acceptance tests


From: Cédric Le Goater
Subject: Re: [PATCH v3 1/7] qemu: Split machine_ppc.py acceptance tests
Date: Mon, 27 Sep 2021 18:53:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

On 9/27/21 18:44, Philippe Mathieu-Daudé wrote:
Hi David,

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é <f4bug@amsat.org>
Signed-off-by: David Gibson <david@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

Since I'm preparing an integration-testing pull request,
I'll queue this single patch directly, to avoid future
merge conflicts.


Should I resend this patch ?

http://patchwork.ozlabs.org/project/qemu-devel/patch/20210817093036.1288791-1-clg@kaod.org/

Thanks,

C.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]