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/libqos | |
parent | 046a64b9801343e2e89eef10c7a48eec8d8c0d4f (diff) | |
download | qemu-3e40bdb15e2ba6e55ee92d148b0cefb7050fad20.zip qemu-3e40bdb15e2ba6e55ee92d148b0cefb7050fad20.tar.gz qemu-3e40bdb15e2ba6e55ee92d148b0cefb7050fad20.tar.bz2 |
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/libqos')
-rw-r--r-- | tests/qtest/libqos/libqos-spapr.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/qtest/libqos/libqos-spapr.h b/tests/qtest/libqos/libqos-spapr.h index e4483c1..a446276 100644 --- a/tests/qtest/libqos/libqos-spapr.h +++ b/tests/qtest/libqos/libqos-spapr.h @@ -9,11 +9,4 @@ QOSState *qtest_spapr_boot(const char *cmdline_fmt, ...) G_GNUC_PRINTF(1, 2); void qtest_spapr_shutdown(QOSState *qs); -/* List of capabilities needed to silence warnings with TCG */ -#define PSERIES_DEFAULT_CAPABILITIES \ - "cap-cfpc=broken," \ - "cap-sbbc=broken," \ - "cap-ibs=broken," \ - "cap-ccf-assist=off," - #endif |