summary refs log tree commit diff stats
path: root/tests/qtest/pxe-test.c
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2024-05-30 17:44:49 +1000
committerFabiano Rosas <farosas@suse.de>2024-06-14 14:00:46 -0300
commit3e40bdb15e2ba6e55ee92d148b0cefb7050fad20 (patch)
treea12811db3f562276396180dd9723d51a3b284be2 /tests/qtest/pxe-test.c
parent046a64b9801343e2e89eef10c7a48eec8d8c0d4f (diff)
downloadfocaccia-qemu-3e40bdb15e2ba6e55ee92d148b0cefb7050fad20.tar.gz
focaccia-qemu-3e40bdb15e2ba6e55ee92d148b0cefb7050fad20.zip
tests/qtest: Move common define from libqos-spapr.h to new ppc-util.h
The spapr QEMU machine defaults is useful outside libqos, so create a
new header for ppc specific qtests and move it there.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'tests/qtest/pxe-test.c')
-rw-r--r--tests/qtest/pxe-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/pxe-test.c b/tests/qtest/pxe-test.c
index e4b48225a5..a3f900fbea 100644
--- a/tests/qtest/pxe-test.c
+++ b/tests/qtest/pxe-test.c
@@ -16,7 +16,7 @@
 #include <glib/gstdio.h>
 #include "libqtest.h"
 #include "boot-sector.h"
-#include "libqos/libqos-spapr.h"
+#include "ppc-util.h"
 
 #define NETNAME "net0"