From: Fabiano Rosas <farosas@suse.de>
To: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org, "Peter Maydell" <peter.maydell@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Thomas Huth" <thuth@redhat.com>
Subject: [PATCH v3 0/3] target/arm: disable-tcg and without-default-devices fixes
Date: Mon, 8 May 2023 15:16:08 -0300 [thread overview]
Message-ID: <20230508181611.2621-1-farosas@suse.de> (raw)
Changed the cdrom test to apply to only the x86 and s390x cdrom boot
tests.
CI run: https://gitlab.com/farosas/qemu/-/pipelines/860488769
v2:
https://lore.kernel.org/r/20230505123524.23401-1-farosas@suse.de
v1:
https://lore.kernel.org/r/20230503193833.29047-1-farosas@suse.de
Here's the fix for the cdrom test failure that we discussed in the
list, plus 2 fixes for the ---without-default-devices build.
When I moved the boards CONFIGs from default.mak to Kconfig, it became
possible (due to --without-default-devices) to disable the CONFIGs for
all the boards that require ARM_V7M. That breaks the build because
ARM_V7M is required to be always set.
Fabiano Rosas (3):
target/arm: Select SEMIHOSTING when using TCG
target/arm: Select CONFIG_ARM_V7M when TCG is enabled
tests/qtest: Don't run cdrom boot tests if no accelerator is present
target/arm/Kconfig | 9 ++-------
tests/qtest/cdrom-test.c | 10 ++++++++++
2 files changed, 12 insertions(+), 7 deletions(-)
--
2.35.3
next reply other threads:[~2023-05-08 18:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-08 18:16 Fabiano Rosas [this message]
2023-05-08 18:16 ` [PATCH v3 1/3] target/arm: Select SEMIHOSTING when using TCG Fabiano Rosas
2023-05-09 14:40 ` Richard Henderson
2023-05-08 18:16 ` [PATCH v3 2/3] target/arm: Select CONFIG_ARM_V7M when TCG is enabled Fabiano Rosas
2023-05-09 14:40 ` Richard Henderson
2023-05-09 14:49 ` Philippe Mathieu-Daudé
2023-05-09 15:24 ` Paolo Bonzini
2023-05-08 18:16 ` [PATCH v3 3/3] tests/qtest: Don't run cdrom boot tests if no accelerator is present Fabiano Rosas
2023-05-09 6:51 ` Thomas Huth
2023-05-12 14:49 ` [PATCH v3 0/3] target/arm: disable-tcg and without-default-devices fixes Peter Maydell
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=20230508181611.2621-1-farosas@suse.de \
--to=farosas@suse.de \
--cc=alex.bennee@linaro.org \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--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 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).