From: Fabiano Rosas <farosas@suse.de>
To: Thomas Huth <thuth@redhat.com>,
qemu-devel@nongnu.org,
"Edgar E. Iglesias" <edgar.iglesias@gmail.com>
Cc: devel@lists.libvirt.org, "Alex Bennée" <alex.bennee@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Eric Blake" <eblake@redhat.com>,
"Zhao Liu" <zhao1.liu@intel.com>,
"Eduardo Habkost" <eduardo@habkost.net>,
"Markus Armbruster" <armbru@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Alexandre Iooss" <erdnaxe@crans.org>,
"Mahmoud Mandour" <ma.mandourr@gmail.com>,
"Djordje Todorovic" <Djordje.Todorovic@htecgroup.com>
Subject: Re: [PATCH 2/4] tests/qtest: Remove the microblazeel target from the qtests
Date: Wed, 25 Feb 2026 15:37:50 -0300 [thread overview]
Message-ID: <878qcg3c01.fsf@suse.de> (raw)
In-Reply-To: <20260225161823.1438850-3-thuth@redhat.com>
Thomas Huth <thuth@redhat.com> writes:
> From: Thomas Huth <thuth@redhat.com>
>
> The "petalogix-ml605" boot-serial-test can be run with the
> "microblaze" target. The remaining tests can simply be dropped
> now that we are going to remove the "microblazeel" target.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> tests/qtest/boot-serial-test.c | 2 +-
> tests/qtest/machine-none-test.c | 1 -
> tests/qtest/meson.build | 2 --
> 3 files changed, 1 insertion(+), 4 deletions(-)
>
> diff --git a/tests/qtest/boot-serial-test.c b/tests/qtest/boot-serial-test.c
> index a05d26ee996..bcd0a9c50e7 100644
> --- a/tests/qtest/boot-serial-test.c
> +++ b/tests/qtest/boot-serial-test.c
> @@ -186,7 +186,7 @@ static const testdef_t tests[] = {
> { "m68k", "next-cube", "", "TT", sizeof(bios_nextcube), 0, bios_nextcube },
> { "microblaze", "petalogix-s3adsp1800", "", "TT",
> sizeof(kernel_pls3adsp1800), kernel_pls3adsp1800 },
> - { "microblazeel", "petalogix-ml605", "", "TT",
> + { "microblaze", "petalogix-ml605", "", "TT",
> sizeof(kernel_plml605), kernel_plml605 },
> { "arm", "raspi2b", "", "TT", sizeof(bios_raspi2), 0, bios_raspi2 },
> { "aarch64", "virt", "-cpu max", "TT", sizeof(kernel_aarch64),
> diff --git a/tests/qtest/machine-none-test.c b/tests/qtest/machine-none-test.c
> index b6a87d27edb..c1e22dcecc7 100644
> --- a/tests/qtest/machine-none-test.c
> +++ b/tests/qtest/machine-none-test.c
> @@ -32,7 +32,6 @@ static struct arch2cpu cpus_map[] = {
> { "alpha", "ev67" },
> { "m68k", "m5206" },
> { "microblaze", "any" },
> - { "microblazeel", "any" },
> { "mips", "4Kc" },
> { "mipsel", "I7200" },
> { "mips64", "20Kc" },
> diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
> index 25fdbc79801..ba9f59d2f8f 100644
> --- a/tests/qtest/meson.build
> +++ b/tests/qtest/meson.build
> @@ -159,8 +159,6 @@ qtests_m68k = ['boot-serial-test'] + \
> qtests_microblaze = ['boot-serial-test'] + \
> qtests_filter
>
> -qtests_microblazeel = qtests_microblaze
> -
> qtests_mips = \
> qtests_filter + \
> (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \
Reviewed-by: Fabiano Rosas <farosas@suse.de>
next prev parent reply other threads:[~2026-02-25 18:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-25 16:18 [PATCH 0/4] Remove deprecated qemu-system-microblazeel from the build Thomas Huth
2026-02-25 16:18 ` [PATCH 1/4] tests/functional: Remove the microblazeel test Thomas Huth
2026-02-25 16:18 ` [PATCH 2/4] tests/qtest: Remove the microblazeel target from the qtests Thomas Huth
2026-02-25 18:37 ` Fabiano Rosas [this message]
2026-02-25 16:18 ` [PATCH 3/4] gitlab-ci: Remove the microblazeel target from the CI jobs Thomas Huth
2026-02-25 16:18 ` [PATCH 4/4] Remove the qemu-system-microblazeel target from the build Thomas Huth
2026-02-25 16:33 ` Philippe Mathieu-Daudé
2026-02-25 18:12 ` Thomas Huth
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=878qcg3c01.fsf@suse.de \
--to=farosas@suse.de \
--cc=Djordje.Todorovic@htecgroup.com \
--cc=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--cc=devel@lists.libvirt.org \
--cc=eblake@redhat.com \
--cc=edgar.iglesias@gmail.com \
--cc=eduardo@habkost.net \
--cc=erdnaxe@crans.org \
--cc=ma.mandourr@gmail.com \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=zhao1.liu@intel.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.