On 28/05/2024 02.42, Nicholas Piggin wrote:
The spapr QEMU machine defaults is useful outside libqos, so create a
new header for ppc specific qtests and move it there.
Signed-off-by: Nicholas Piggin <npig...@gmail.com>
---
tests/qtest/libqos/libqos-spapr.h | 7 -------
tests/qtest/ppc-util.h | 19 +++++++++++++++++++
tests/qtest/boot-serial-test.c | 2 +-
tests/qtest/prom-env-test.c | 2 +-
tests/qtest/pxe-test.c | 2 +-
5 files changed, 22 insertions(+), 10 deletions(-)
create mode 100644 tests/qtest/ppc-util.h
Reviewed-by: Thomas Huth <th...@redhat.com>