Age | Commit message (Expand) | Author | Files | Lines |
2023-05-12 | target/arm: Fix handling of SW and NSW bits for stage 2 walks | Peter Maydell | 1 | -25/+51 |
2023-05-12 | target/arm: Don't allow stage 2 page table walks to downgrade to NS | Peter Maydell | 1 | -2/+3 |
2023-05-12 | target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/ | Richard Henderson | 5 | -4/+4 |
2023-05-12 | target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to tcg/ | Richard Henderson | 3 | -0/+0 |
2023-05-11 | Merge tag 'pull-tcg-20230511-2' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 68 | -2984/+2733 |
2023-05-11 | target/loongarch: Do not include tcg-ldst.h | Richard Henderson | 2 | -2/+0 |
2023-05-11 | accel/tcg: Reorg system mode store helpers | Richard Henderson | 1 | -208/+186 |
2023-05-11 | accel/tcg: Reorg system mode load helpers | Richard Henderson | 1 | -209/+412 |
2023-05-11 | accel/tcg: Introduce tlb_read_idx | Richard Henderson | 3 | -76/+57 |
2023-05-11 | accel/tcg: Add cpu_in_serial_context | Richard Henderson | 3 | -1/+13 |
2023-05-11 | tcg: Remove TARGET_ALIGNED_ONLY | Richard Henderson | 3 | -17/+2 |
2023-05-11 | target/sh4: Remove TARGET_ALIGNED_ONLY | Richard Henderson | 4 | -4/+0 |
2023-05-11 | target/sh4: Use MO_ALIGN where required | Richard Henderson | 1 | -36/+66 |
2023-05-11 | target/nios2: Remove TARGET_ALIGNED_ONLY | Richard Henderson | 2 | -1/+10 |
2023-05-11 | target/mips: Remove TARGET_ALIGNED_ONLY | Richard Henderson | 10 | -10/+0 |
2023-05-11 | target/mips: Use MO_ALIGN instead of 0 | Richard Henderson | 1 | -1/+1 |
2023-05-11 | target/mips: Add missing default_tcg_memop_mask | Richard Henderson | 4 | -28/+42 |
2023-05-11 | target/mips: Add MO_ALIGN to gen_llwp, gen_scwp | Richard Henderson | 1 | -2/+3 |
2023-05-11 | tcg/s390x: Simplify constraints on qemu_ld/st | Richard Henderson | 3 | -27/+12 |
2023-05-11 | tcg/s390x: Use ALGFR in constructing softmmu host address | Richard Henderson | 1 | -3/+5 |
2023-05-11 | tcg/riscv: Simplify constraints on qemu_ld/st | Richard Henderson | 3 | -16/+3 |
2023-05-11 | tcg/ppc: Remove unused constraint J | Richard Henderson | 2 | -4/+0 |
2023-05-11 | tcg/ppc: Remove unused constraints A, B, C, D | Richard Henderson | 1 | -4/+0 |
2023-05-11 | tcg/ppc: Adjust constraints on qemu_ld/st | Richard Henderson | 3 | -31/+14 |
2023-05-11 | tcg/ppc: Reorg tcg_out_tlb_read | Richard Henderson | 1 | -30/+46 |
2023-05-11 | tcg/mips: Simplify constraints on qemu_ld/st | Richard Henderson | 3 | -32/+13 |
2023-05-11 | tcg/mips: Reorg tlb load within prepare_host_addr | Richard Henderson | 1 | -20/+18 |
2023-05-11 | tcg/mips: Remove MO_BSWAP handling | Richard Henderson | 2 | -240/+48 |
2023-05-11 | tcg/loongarch64: Simplify constraints on qemu_ld/st | Richard Henderson | 3 | -22/+4 |
2023-05-11 | tcg/s390x: Convert tcg_out_qemu_{ld,st}_slow_path | Richard Henderson | 1 | -25/+10 |
2023-05-11 | tcg/riscv: Convert tcg_out_qemu_{ld,st}_slow_path | Richard Henderson | 1 | -27/+10 |
2023-05-11 | tcg/ppc: Convert tcg_out_qemu_{ld,st}_slow_path | Richard Henderson | 1 | -62/+26 |
2023-05-11 | tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path | Richard Henderson | 1 | -132/+22 |
2023-05-11 | tcg/loongarch64: Convert tcg_out_qemu_{ld,st}_slow_path | Richard Henderson | 1 | -26/+11 |
2023-05-11 | tcg/arm: Convert tcg_out_qemu_{ld,st}_slow_path | Richard Henderson | 1 | -123/+19 |
2023-05-11 | tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path | Richard Henderson | 1 | -24/+16 |
2023-05-11 | tcg/i386: Convert tcg_out_qemu_st_slow_path | Richard Henderson | 1 | -53/+4 |
2023-05-11 | tcg/i386: Convert tcg_out_qemu_ld_slow_path | Richard Henderson | 1 | -43/+28 |
2023-05-11 | tcg: Add routines for calling slow-path helpers | Richard Henderson | 1 | -4/+471 |
2023-05-11 | tcg/s390x: Introduce prepare_host_addr | Richard Henderson | 1 | -150/+113 |
2023-05-11 | tcg/riscv: Introduce prepare_host_addr | Richard Henderson | 1 | -139/+114 |
2023-05-11 | tcg/ppc: Introduce prepare_host_addr | Richard Henderson | 1 | -202/+165 |
2023-05-11 | tcg/mips: Introduce prepare_host_addr | Richard Henderson | 1 | -232/+172 |
2023-05-11 | tcg/loongarch64: Introduce prepare_host_addr | Richard Henderson | 1 | -148/+103 |
2023-05-11 | tcg/arm: Introduce prepare_host_addr | Richard Henderson | 1 | -192/+159 |
2023-05-11 | tcg/aarch64: Introduce prepare_host_addr | Richard Henderson | 1 | -147/+100 |
2023-05-11 | tcg/i386: Use indexed addressing for softmmu fast path | Richard Henderson | 1 | -15/+10 |
2023-05-11 | tcg/i386: Introduce prepare_host_addr | Richard Henderson | 1 | -201/+145 |
2023-05-11 | accel/tcg/tcg-accel-ops-rr: ensure fairness with icount | Jamie Iles | 4 | -8/+56 |
2023-05-11 | cpu: expose qemu_cpu_list_lock for lock-guard use | Jamie Iles | 5 | -25/+26 |