mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-14 21:52:18 -06:00
tests/qtest/migration-test: Quieten ppc64 QEMU warnings
Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
This commit is contained in:
parent
3e40bdb15e
commit
ea6ce9109e
1 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
||||||
#include "chardev/char.h"
|
#include "chardev/char.h"
|
||||||
#include "crypto/tlscredspsk.h"
|
#include "crypto/tlscredspsk.h"
|
||||||
#include "qapi/qmp/qlist.h"
|
#include "qapi/qmp/qlist.h"
|
||||||
|
#include "ppc-util.h"
|
||||||
|
|
||||||
#include "migration-helpers.h"
|
#include "migration-helpers.h"
|
||||||
#include "tests/migration/migration-test.h"
|
#include "tests/migration/migration-test.h"
|
||||||
|
@ -742,7 +743,8 @@ static int test_migrate_start(QTestState **from, QTestState **to,
|
||||||
"until'", end_address, start_address);
|
"until'", end_address, start_address);
|
||||||
machine_alias = "pseries";
|
machine_alias = "pseries";
|
||||||
machine_opts = "vsmt=8";
|
machine_opts = "vsmt=8";
|
||||||
arch_opts = g_strdup("-nodefaults");
|
arch_opts = g_strdup("-nodefaults "
|
||||||
|
"-machine " PSERIES_DEFAULT_CAPABILITIES);
|
||||||
} else if (strcmp(arch, "aarch64") == 0) {
|
} else if (strcmp(arch, "aarch64") == 0) {
|
||||||
memory_size = "150M";
|
memory_size = "150M";
|
||||||
machine_alias = "virt";
|
machine_alias = "virt";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue