mirror of https://github.com/xemu-project/xemu.git
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
|
@ -21,6 +21,7 @@
|
|||
#include "chardev/char.h"
|
||||
#include "crypto/tlscredspsk.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "ppc-util.h"
|
||||
|
||||
#include "migration-helpers.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);
|
||||
machine_alias = "pseries";
|
||||
machine_opts = "vsmt=8";
|
||||
arch_opts = g_strdup("-nodefaults");
|
||||
arch_opts = g_strdup("-nodefaults "
|
||||
"-machine " PSERIES_DEFAULT_CAPABILITIES);
|
||||
} else if (strcmp(arch, "aarch64") == 0) {
|
||||
memory_size = "150M";
|
||||
machine_alias = "virt";
|
||||
|
|
Loading…
Reference in New Issue