Merge tag 'pull-tcg-20230511-2' of https://gitlab.com/rth7680/qemu into staging
target/m68k: Fix gen_load_fp regression accel/tcg: Ensure fairness with icount disas: Move disas.c into the target-independent source sets tcg: Use common routines for calling slow path helpers tcg/*: Cleanups to qemu_ld/st constraints tcg: Remove TARGET_ALIGNED_ONLY accel/tcg: Reorg system mode load/store helpers # -----BEGIN PGP SIGNATURE----- # # iQFRBAABCgA7FiEEekgeeIaLTbaoWgXAZN846K9+IV8FAmRcxtYdHHJpY2hhcmQu # aGVuZGVyc29uQGxpbmFyby5vcmcACgkQZN846K9+IV9arQf8Di7CnMQE/jW+8w6v # 5af0dX8/St2JnCXzG+qiW6mJm50Cy4GunCN66JcCAswpENvQLLsJP13c+4KTeB1T # rGBbedFXTw1LsaoOcBvwhq7RTIROz4GESTS4EZoJMlMhMv0VotekUPPz4NFMZRKX # LMvShM2C+f2p4HmDnnbki7M3+tMqpgoGCeBFX8Jy7/5sbpS/7ceXRio3ZRAhasPu # vjA0zqUtoTs7ijKpXf3uRl/c7xql+f0d7SDdCRt4OKasfLCCDwkjtMf6plZ2jzuS # OgwKc5N1jaMF6erHYZJIbfLLdUl20/JJEcbpU3Eh1XuHnzn1msS9JDOm2tvzwsto # OpOKUg== # =Lhy3 # -----END PGP SIGNATURE----- # gpg: Signature made Thu 11 May 2023 11:43:34 AM BST # gpg: using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F # gpg: issuer "richard.henderson@linaro.org" # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [ultimate] * tag 'pull-tcg-20230511-2' of https://gitlab.com/rth7680/qemu : (53 commits) target/loongarch: Do not include tcg-ldst.h accel/tcg: Reorg system mode store helpers accel/tcg: Reorg system mode load helpers accel/tcg: Introduce tlb_read_idx accel/tcg: Add cpu_in_serial_context tcg: Remove TARGET_ALIGNED_ONLY target/sh4: Remove TARGET_ALIGNED_ONLY target/sh4: Use MO_ALIGN where required target/nios2: Remove TARGET_ALIGNED_ONLY target/mips: Remove TARGET_ALIGNED_ONLY target/mips: Use MO_ALIGN instead of 0 target/mips: Add missing default_tcg_memop_mask target/mips: Add MO_ALIGN to gen_llwp, gen_scwp tcg/s390x: Simplify constraints on qemu_ld/st tcg/s390x: Use ALGFR in constructing softmmu host address tcg/riscv: Simplify constraints on qemu_ld/st tcg/ppc: Remove unused constraint J tcg/ppc: Remove unused constraints A, B, C, D tcg/ppc: Adjust constraints on qemu_ld/st tcg/ppc: Reorg tcg_out_tlb_read ... Signed-off-by:Richard Henderson <richard.henderson@linaro.org>
No related branches found
No related tags found
Showing
- accel/tcg/cpu-exec-common.c 3 additions, 0 deletionsaccel/tcg/cpu-exec-common.c
- accel/tcg/cputlb.c 610 additions, 467 deletionsaccel/tcg/cputlb.c
- accel/tcg/internal.h 9 additions, 0 deletionsaccel/tcg/internal.h
- accel/tcg/tb-maint.c 1 addition, 1 deletionaccel/tcg/tb-maint.c
- accel/tcg/tcg-accel-ops-icount.c 17 additions, 4 deletionsaccel/tcg/tcg-accel-ops-icount.c
- accel/tcg/tcg-accel-ops-icount.h 2 additions, 1 deletionaccel/tcg/tcg-accel-ops-icount.h
- accel/tcg/tcg-accel-ops-rr.c 36 additions, 1 deletionaccel/tcg/tcg-accel-ops-rr.c
- bsd-user/elfload.c 3 additions, 2 deletionsbsd-user/elfload.c
- configs/targets/mips-linux-user.mak 0 additions, 1 deletionconfigs/targets/mips-linux-user.mak
- configs/targets/mips-softmmu.mak 0 additions, 1 deletionconfigs/targets/mips-softmmu.mak
- configs/targets/mips64-linux-user.mak 0 additions, 1 deletionconfigs/targets/mips64-linux-user.mak
- configs/targets/mips64-softmmu.mak 0 additions, 1 deletionconfigs/targets/mips64-softmmu.mak
- configs/targets/mips64el-linux-user.mak 0 additions, 1 deletionconfigs/targets/mips64el-linux-user.mak
- configs/targets/mips64el-softmmu.mak 0 additions, 1 deletionconfigs/targets/mips64el-softmmu.mak
- configs/targets/mipsel-linux-user.mak 0 additions, 1 deletionconfigs/targets/mipsel-linux-user.mak
- configs/targets/mipsel-softmmu.mak 0 additions, 1 deletionconfigs/targets/mipsel-softmmu.mak
- configs/targets/mipsn32-linux-user.mak 0 additions, 1 deletionconfigs/targets/mipsn32-linux-user.mak
- configs/targets/mipsn32el-linux-user.mak 0 additions, 1 deletionconfigs/targets/mipsn32el-linux-user.mak
- configs/targets/nios2-softmmu.mak 0 additions, 1 deletionconfigs/targets/nios2-softmmu.mak
- configs/targets/sh4-linux-user.mak 0 additions, 1 deletionconfigs/targets/sh4-linux-user.mak
This diff is collapsed.
Please register or sign in to comment