* [PATCH] tests/qtest/boot-serial-test: Silence the warning about deprecated sga device
@ 2021-12-20 16:40 Thomas Huth
  2021-12-20 19:30 ` Richard Henderson
  2021-12-20 20:03 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2021-12-20 16:40 UTC (permalink / raw)
  To: Laurent Vivier, qemu-devel; +Cc: kraxel
When running the qtests, there are currently a bunch of warnings about
the deprecated sga device during the boot-serial-test. Switch to
"-M graphics=off" to silence these warnings.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 tests/qtest/boot-serial-test.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/qtest/boot-serial-test.c b/tests/qtest/boot-serial-test.c
index 4d8e1343bd..d72a82d629 100644
--- a/tests/qtest/boot-serial-test.c
+++ b/tests/qtest/boot-serial-test.c
@@ -157,11 +157,11 @@ static testdef_t tests[] = {
     { "ppc64", "powernv8", "", "OPAL" },
     { "ppc64", "powernv9", "", "OPAL" },
     { "ppc64", "sam460ex", "-device e1000", "8086  100e" },
-    { "i386", "isapc", "-cpu qemu32 -device sga", "SGABIOS" },
-    { "i386", "pc", "-device sga", "SGABIOS" },
-    { "i386", "q35", "-device sga", "SGABIOS" },
-    { "x86_64", "isapc", "-cpu qemu32 -device sga", "SGABIOS" },
-    { "x86_64", "q35", "-device sga", "SGABIOS" },
+    { "i386", "isapc", "-cpu qemu32 -M graphics=off", "SeaBIOS" },
+    { "i386", "pc", "-M graphics=off", "SeaBIOS" },
+    { "i386", "q35", "-M graphics=off", "SeaBIOS" },
+    { "x86_64", "isapc", "-cpu qemu32 -M graphics=off", "SeaBIOS" },
+    { "x86_64", "q35", "-M graphics=off", "SeaBIOS" },
     { "sparc", "LX", "", "TMS390S10" },
     { "sparc", "SS-4", "", "MB86904" },
     { "sparc", "SS-600MP", "", "TMS390Z55" },
-- 
2.27.0
^ permalink raw reply related	[flat|nested] 3+ messages in thread
* Re: [PATCH] tests/qtest/boot-serial-test: Silence the warning about deprecated sga device
  2021-12-20 16:40 [PATCH] tests/qtest/boot-serial-test: Silence the warning about deprecated sga device Thomas Huth
@ 2021-12-20 19:30 ` Richard Henderson
  2021-12-20 20:03 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2021-12-20 19:30 UTC (permalink / raw)
  To: Thomas Huth, Laurent Vivier, qemu-devel; +Cc: kraxel
On 12/20/21 8:40 AM, Thomas Huth wrote:
> When running the qtests, there are currently a bunch of warnings about
> the deprecated sga device during the boot-serial-test. Switch to
> "-M graphics=off" to silence these warnings.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   tests/qtest/boot-serial-test.c | 10 +++++-----
>   1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: [PATCH] tests/qtest/boot-serial-test: Silence the warning about deprecated sga device
  2021-12-20 16:40 [PATCH] tests/qtest/boot-serial-test: Silence the warning about deprecated sga device Thomas Huth
  2021-12-20 19:30 ` Richard Henderson
@ 2021-12-20 20:03 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-12-20 20:03 UTC (permalink / raw)
  To: Thomas Huth, Laurent Vivier, qemu-devel; +Cc: kraxel
On 12/20/21 17:40, Thomas Huth wrote:
> When running the qtests, there are currently a bunch of warnings about
> the deprecated sga device during the boot-serial-test. Switch to
> "-M graphics=off" to silence these warnings.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  tests/qtest/boot-serial-test.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
^ permalink raw reply	[flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-12-20 20:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-20 16:40 [PATCH] tests/qtest/boot-serial-test: Silence the warning about deprecated sga device Thomas Huth
2021-12-20 19:30 ` Richard Henderson
2021-12-20 20:03 ` Philippe Mathieu-Daudé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).