[PATCH 0/3] target/arm: disable-tcg and without-default-devices fixes

Fabiano Rosas posted 3 patches 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230503193833.29047-1-farosas@suse.de
Maintainers: Peter Maydell <peter.maydell@linaro.org>, John Snow <jsnow@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
configs/devices/arm-softmmu/default.mak | 1 +
target/arm/helper.c                     | 4 ++--
target/arm/tcg/m_helper.c               | 2 +-
tests/qtest/cdrom-test.c                | 5 +++++
4 files changed, 9 insertions(+), 3 deletions(-)
[PATCH 0/3] target/arm: disable-tcg and without-default-devices fixes
Posted by Fabiano Rosas 12 months ago
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: Use CONFIG_SEMIHOSTING instead of TCG for semihosting
  target/arm: Add CONFIG_ARM_V7M back to default.mak
  tests/qtest: Don't run cdrom tests if no accelerator is present

 configs/devices/arm-softmmu/default.mak | 1 +
 target/arm/helper.c                     | 4 ++--
 target/arm/tcg/m_helper.c               | 2 +-
 tests/qtest/cdrom-test.c                | 5 +++++
 4 files changed, 9 insertions(+), 3 deletions(-)

-- 
2.35.3