qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/3] tests/qtest/migration-test: Quieten ppc64 QEMU warnigns


From: Thomas Huth
Subject: Re: [PATCH 1/3] tests/qtest/migration-test: Quieten ppc64 QEMU warnigns
Date: Mon, 27 May 2024 09:32:56 +0200
User-agent: Mozilla Thunderbird

On 25/05/2024 05.13, Nicholas Piggin wrote:
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 b7e3406471..c13535c37d 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 "libqos/libqos-spapr.h"

It's a little bit unfortunate to include a libqos header in a non-qos test ... so in case you respin, maybe add a comment at the end of the line like:

  /* just for PSERIES_DEFAULT_CAPABILITIES */

?

  #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_printf("-nodefaults "
+                        "-machine " PSERIES_DEFAULT_CAPABILITIES);
      } else if (strcmp(arch, "aarch64") == 0) {
          memory_size = "150M";
          machine_alias = "virt";

 Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]