All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabiano Rosas <farosas@suse.de>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>, qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Dmitry Fleytman" <dmitry.fleytman@gmail.com>,
	"Stefan Hajnoczi" <stefanha@redhat.com>,
	"Darren Kenny" <darren.kenny@oracle.com>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Thomas Huth" <thuth@redhat.com>,
	"Alexander Bulekov" <alxndr@bu.edu>,
	"Qiuhao Li" <Qiuhao.Li@outlook.com>,
	"Laurent Vivier" <lvivier@redhat.com>,
	"Bandan Das" <bsd@redhat.com>,
	"Daniel P . Berrangé" <berrange@redhat.com>,
	"Akihiko Odaki" <odaki@rsg.ci.i.u-tokyo.ac.jp>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: Re: [PATCH] tests/qtest: Do not use versioned pc-q35-5.0 machine anymore
Date: Tue, 23 Dec 2025 19:57:52 -0300	[thread overview]
Message-ID: <874ipglsb3.fsf@suse.de> (raw)
In-Reply-To: <20251223211142.80417-1-philmd@linaro.org>

Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> As of QEMU v10.2.0, the v5.0.0 machines are not usable anymore.
>
> Use the latest x86 q35 machine instead, otherwise we get:
>
>   $ qemu-system-x86_64 -M pc-q35-5.0
>   qemu-system-x86_64: unsupported machine type: "pc-q35-5.0"
>   Use -machine help to list supported machines
>
> See commit a35f8577a07 ("include/hw: add macros for deprecation
> & removal of versioned machines") and f59ee044067 ("include/hw/boards:
> cope with dev/rc versions in deprecation checks") for explanation
> on automatically removed versioned machines.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> Since all builds are blocked, could we apply as build-fix on master?
> ---
>  tests/qtest/fuzz-e1000e-test.c | 2 +-
>  tests/qtest/lpc-ich9-test.c    | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/qtest/fuzz-e1000e-test.c b/tests/qtest/fuzz-e1000e-test.c
> index 5052883fb6a..61f0553e9be 100644
> --- a/tests/qtest/fuzz-e1000e-test.c
> +++ b/tests/qtest/fuzz-e1000e-test.c
> @@ -17,7 +17,7 @@ static void test_lp1879531_eth_get_rss_ex_dst_addr(void)
>  {
>      QTestState *s;
>  
> -    s = qtest_init("-nographic -monitor none -serial none -M pc-q35-5.0");
> +    s = qtest_init("-nographic -monitor none -serial none -M pc-q35");
>  
>      qtest_outl(s, 0xcf8, 0x80001010);
>      qtest_outl(s, 0xcfc, 0xe1020000);
> diff --git a/tests/qtest/lpc-ich9-test.c b/tests/qtest/lpc-ich9-test.c
> index 8ac95b89f72..535099226ca 100644
> --- a/tests/qtest/lpc-ich9-test.c
> +++ b/tests/qtest/lpc-ich9-test.c
> @@ -15,7 +15,7 @@ static void test_lp1878642_pci_bus_get_irq_level_assert(void)
>  {
>      QTestState *s;
>  
> -    s = qtest_init("-M pc-q35-5.0 "
> +    s = qtest_init("-M pc-q35 "
>                     "-nographic -monitor none -serial none");
>  
>      qtest_outl(s, 0xcf8, 0x8000f840); /* PMBASE */

Reviewed-by: Fabiano Rosas <farosas@suse.de>


  reply	other threads:[~2025-12-23 22:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-23 21:11 [PATCH] tests/qtest: Do not use versioned pc-q35-5.0 machine anymore Philippe Mathieu-Daudé
2025-12-23 22:57 ` Fabiano Rosas [this message]
2025-12-24  5:14 ` Akihiko Odaki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874ipglsb3.fsf@suse.de \
    --to=farosas@suse.de \
    --cc=Qiuhao.Li@outlook.com \
    --cc=alxndr@bu.edu \
    --cc=berrange@redhat.com \
    --cc=bsd@redhat.com \
    --cc=darren.kenny@oracle.com \
    --cc=dmitry.fleytman@gmail.com \
    --cc=lvivier@redhat.com \
    --cc=odaki@rsg.ci.i.u-tokyo.ac.jp \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=stefanha@redhat.com \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.