Peter Maydell <peter.mayd...@linaro.org> writes:
> This pullreq contains fixes for the remaining "not fixed yet" issues > in the 6.0 Planning page: > * Fix compile failures of C++ files with new glib headers > * mps3-an547: Use correct Cortex-M55 CPU and don't disable its FPU > * accel/tcg: Fix assertion failure executing from non-RAM with -icount > > None of these are 100% rc4-worthy on their own, but taken all together > I think they justify rolling another release candidate. If you are rolling it would be nice to include: checkpatch: Fix use of uninitialized value Message-Id: <161786467973.295167.5612704777283969903.st...@bahia.lan> just to avoid the messy warning in the CI checkpatch check. > > thanks > -- PMM > > The following changes since commit 8fe9f1f891eff4e37f82622b7480ee748bf4af74: > > Update version for v6.0.0-rc3 release (2021-04-14 22:06:18 +0100) > > are available in the Git repository at: > > https://git.linaro.org/people/pmaydell/qemu-arm.git > tags/pull-target-arm-20210417 > > for you to fetch changes up to 277aed998ac2cd3649bf0e13b22f47769519eb61: > > accel/tcg: avoid re-translating one-shot instructions (2021-04-17 18:51:14 > +0100) > > ---------------------------------------------------------------- > Fixes for rc4: > * Fix compile failures of C++ files with new glib headers > * mps3-an547: Use correct Cortex-M55 CPU and don't disable its FPU > * accel/tcg: Fix assertion failure executing from non-RAM with -icount > > ---------------------------------------------------------------- > Alex Bennée (2): > target/arm: drop CF_LAST_IO/dc->condjump check > accel/tcg: avoid re-translating one-shot instructions > > Paolo Bonzini (2): > osdep: include glib-compat.h before other QEMU headers > osdep: protect qemu/osdep.h with extern "C" > > Peter Maydell (3): > include/qemu/osdep.h: Move system includes to top > hw/arm/armsse: Give SSE-300 its own Property array > hw/arm/armsse: Make SSE-300 use Cortex-M55 > > include/qemu/compiler.h | 6 ++++++ > include/qemu/osdep.h | 38 +++++++++++++++++++++++++++++--------- > accel/tcg/translate-all.c | 2 +- > hw/arm/armsse.c | 24 +++++++++++++++++++----- > target/arm/translate.c | 5 ----- > disas/arm-a64.cc | 2 +- > disas/nanomips.cpp | 2 +- > 7 files changed, 57 insertions(+), 22 deletions(-) -- Alex Bennée