The following changes since commit a9fe9e191b4305b88c356a1ed9ac3baf89eb18aa:
Merge tag 'pull-riscv-to-apply-20230505-1' of https://github.com/alistair23/qemu into staging (2023-05-05 09:25:13 +0100) are available in the Git repository at: https://gitlab.com/danielhb/qemu.git tags/pull-ppc-20230505 for you to fetch changes up to b35261b1a6c2729fa7e7a6ca34b9489eda62b744: hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machine (2023-05-05 12:34:22 -0300) ---------------------------------------------------------------- ppc patch queue for 2023-05-05: This queue includes fixes for ppc and spapr emulation, a build fix for the pseries machine and a new reviewer for ppc/spapr. We're also carrying a Coverity fix for the sm501 display. ---------------------------------------------------------------- BALATON Zoltan (1): hw/display/sm501: Remove unneeded increment from loop Harsh Prateek Bora (2): ppc: spapr: cleanup cr get/set with helpers. MAINTAINERS: Adding myself in the list for ppc/spapr Shivaprasad G Bhat (2): tcg: ppc64: Fix mask generation for vextractdm tests: tcg: ppc64: Add tests for Vector Extract Mask Instructions Thomas Huth (1): hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machine MAINTAINERS | 1 + hw/display/sm501.c | 2 +- hw/ppc/Kconfig | 2 +- hw/ppc/spapr_hcall.c | 18 ++----------- linux-user/elfload.c | 4 +-- linux-user/ppc/signal.c | 9 ++----- target/ppc/cpu.c | 17 +++++++++++++ target/ppc/cpu.h | 2 ++ target/ppc/gdbstub.c | 22 +++------------- target/ppc/kvm.c | 13 ++-------- target/ppc/ppc-qmp-cmds.c | 6 +---- target/ppc/translate/vmx-impl.c.inc | 2 +- tests/tcg/ppc64/Makefile.target | 5 +++- tests/tcg/ppc64/vector.c | 51 +++++++++++++++++++++++++++++++++++++ 14 files changed, 90 insertions(+), 64 deletions(-) create mode 100644 tests/tcg/ppc64/vector.c