I just noticed that there is a typo in the subject:
s/warnigns/warnings/
On 28/05/2024 02.42, Nicholas Piggin wrote:
> Reviewed-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
> ---
> tests/qtest/migration-test.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c
> index 8247ed98f2..7d64696f7a 100644
> --- a/tests/qtest/migration-test.c
> +++ b/tests/qtest/migration-test.c
> @@ -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"
> @@ -750,7 +751,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";