diff options
| author | Nicholas Piggin <npiggin@gmail.com> | 2024-05-30 17:44:49 +1000 |
|---|---|---|
| committer | Fabiano Rosas <farosas@suse.de> | 2024-06-14 14:00:46 -0300 |
| commit | 3e40bdb15e2ba6e55ee92d148b0cefb7050fad20 (patch) | |
| tree | a12811db3f562276396180dd9723d51a3b284be2 /tests/qtest/boot-serial-test.c | |
| parent | 046a64b9801343e2e89eef10c7a48eec8d8c0d4f (diff) | |
| download | focaccia-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/boot-serial-test.c')
| -rw-r--r-- | tests/qtest/boot-serial-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/boot-serial-test.c b/tests/qtest/boot-serial-test.c index df389adeeb..3b92fa5d50 100644 --- a/tests/qtest/boot-serial-test.c +++ b/tests/qtest/boot-serial-test.c @@ -15,7 +15,7 @@ #include "qemu/osdep.h" #include "libqtest.h" -#include "libqos/libqos-spapr.h" +#include "ppc-util.h" static const uint8_t bios_avr[] = { 0x88, 0xe0, /* ldi r24, 0x08 */ |