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
