[PATCH 0/5] tcg: Unassorted patch set

Philippe Mathieu-Daudé posted 5 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260616153432.92939-1-philmd@oss.qualcomm.com
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@mailo.com>, Zhao Liu <zhao1.liu@intel.com>, Peter Maydell <peter.maydell@linaro.org>, Stafford Horne <shorne@gmail.com>, Nicholas Piggin <npiggin@gmail.com>, Chinmay Rath <rathc@linux.ibm.com>, Glenn Miles <milesg@linux.ibm.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>
include/hw/core/cpu.h          |  2 --
include/system/tcg.h           |  2 ++
include/tcg/tcg-gvec-desc.h    |  2 ++
target/or1k/exception.h        |  2 +-
target/ppc/internal.h          |  5 ++++-
accel/stubs/tcg-stub.c         |  1 +
accel/tcg/cputlb.c             |  9 +++++++--
hw/core/cpu-common.c           | 15 ---------------
hw/core/machine.c              |  5 +++++
target/arm/ptw.c               | 20 +++++++++++++++++++-
target/or1k/exception.c        | 30 ------------------------------
target/or1k/exception_helper.c | 13 +++++++++++--
target/ppc/helper_regs.c       |  3 ++-
target/or1k/meson.build        |  1 -
14 files changed, 54 insertions(+), 56 deletions(-)
delete mode 100644 target/or1k/exception.c
[PATCH 0/5] tcg: Unassorted patch set
Posted by Philippe Mathieu-Daudé 1 month, 1 week ago
Few TCG-related patches I have queued, not sure is posting
them appart would help review.

Philippe Mathieu-Daudé (5):
  tcg: Include missing 'qemu/bitops.h' header in tcg-gvec-desc.h
  target/arm/ptw: Restrict PMSAv8 code to TCG
  target/ppc: Restrict TCGTBCPUState to TCG
  target/or1k: Have exception_helper.c absorb exception.c
  accel/tcg: Remove pre-vCPU ignore_memory_transaction_failures flag

 include/hw/core/cpu.h          |  2 --
 include/system/tcg.h           |  2 ++
 include/tcg/tcg-gvec-desc.h    |  2 ++
 target/or1k/exception.h        |  2 +-
 target/ppc/internal.h          |  5 ++++-
 accel/stubs/tcg-stub.c         |  1 +
 accel/tcg/cputlb.c             |  9 +++++++--
 hw/core/cpu-common.c           | 15 ---------------
 hw/core/machine.c              |  5 +++++
 target/arm/ptw.c               | 20 +++++++++++++++++++-
 target/or1k/exception.c        | 30 ------------------------------
 target/or1k/exception_helper.c | 13 +++++++++++--
 target/ppc/helper_regs.c       |  3 ++-
 target/or1k/meson.build        |  1 -
 14 files changed, 54 insertions(+), 56 deletions(-)
 delete mode 100644 target/or1k/exception.c

-- 
2.53.0