qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] target/arm: disable-tcg and without-default-devices fixes
@ 2023-05-08 18:16 Fabiano Rosas
  2023-05-08 18:16 ` [PATCH v3 1/3] target/arm: Select SEMIHOSTING when using TCG Fabiano Rosas
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Fabiano Rosas @ 2023-05-08 18:16 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-arm, Peter Maydell, Philippe Mathieu-Daudé,
	Richard Henderson, Alex Bennée, Paolo Bonzini, Thomas Huth

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-05-12 14:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-08 18:16 [PATCH v3 0/3] target/arm: disable-tcg and without-default-devices fixes Fabiano Rosas
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

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).