Age | Commit message (Expand) | Author |
2023-05-05 | target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_* | Richard Henderson |
2023-04-28 | s390x/gdb: Split s390-virt.xml | Ilya Leoshkevich |
2023-04-23 | tcg: Replace tcg_abort with g_assert_not_reached | Richard Henderson |
2023-03-28 | softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel | Philippe Mathieu-Daudé |
2023-03-24 | target/s390x: Fix float_comp_to_cc() prototype | Cédric Le Goater |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson |
2023-03-20 | target/s390x/tcg/mem_helper: Remove bad assert() statement | Thomas Huth |
2023-03-20 | target/s390x: Update do_unaligned_access() comment | Ilya Leoshkevich |
2023-03-20 | target/s390x: Handle STGRL to non-aligned addresses | Ilya Leoshkevich |
2023-03-20 | target/s390x: Handle STRL to non-aligned addresses | Ilya Leoshkevich |
2023-03-20 | target/s390x: Handle CLRL and CLGFRL with non-aligned addresses | Ilya Leoshkevich |
2023-03-20 | target/s390x: Handle CGRL and CLGRL with non-aligned addresses | Ilya Leoshkevich |
2023-03-20 | target/s390x: Handle CRL and CGFRL with non-aligned addresses | Ilya Leoshkevich |
2023-03-20 | target/s390x: Handle LLGFRL from non-aligned addresses | Ilya Leoshkevich |
2023-03-20 | target/s390x: Handle LRL and LGFRL from non-aligned addresses | Ilya Leoshkevich |
2023-03-20 | target/s390x: Handle LGRL from non-aligned addresses | Ilya Leoshkevich |
2023-03-20 | target/s390x: Handle EXECUTE of odd addresses | Ilya Leoshkevich |
2023-03-20 | target/s390x: Handle branching to odd addresses | Ilya Leoshkevich |
2023-03-20 | target/s390x: Fix EXECUTE of relative long instructions | Ilya Leoshkevich |
2023-03-20 | target/s390x: Fix R[NOX]SBG with T=1 | Ilya Leoshkevich |
2023-03-20 | target/s390x: Implement Early Exception Recognition | Ilya Leoshkevich |
2023-03-20 | target/s390x: Fix LPSW | Ilya Leoshkevich |
2023-03-14 | Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into staging | Peter Maydell |
2023-03-13 | target/s390x: Avoid tcg_const_i64 | Richard Henderson |
2023-03-13 | target/s390x: Remove `NB_MMU_MODES` define | Anton Johansson |
2023-03-13 | target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContext | Richard Henderson |
2023-03-13 | target/s390x: Remove assert vs g_in2 | Richard Henderson |
2023-03-13 | target/s390x: Drop tcg_temp_free from translate.c | Richard Henderson |
2023-03-13 | target/s390x: Drop tcg_temp_free from translate_vx.c.inc | Richard Henderson |
2023-03-13 | target/s390x: Drop free_compare | Richard Henderson |
2023-03-13 | target/s390x: Fix emulation of C(G)HRL | Nina Schoetterl-Glausch |
2023-03-07 | gdbstub: move register helpers into standalone include | Alex Bennée |
2023-03-05 | target/s390x: Split out gen_ri2 | Richard Henderson |
2023-03-01 | accel/tcg: Pass max_insn to gen_intermediate_code by pointer | Richard Henderson |
2023-02-28 | accel/tcg: Add 'size' param to probe_access_flags() | Daniel Henrique Barboza |
2023-02-27 | target/s390x: Use tcg_constant_* in translate_vx.c.inc | Richard Henderson |
2023-02-27 | target/s390x: Use tcg_constant_i32 for fpinst_extract_m34 | Richard Henderson |
2023-02-27 | target/s390x: Use tcg_constant_* for DisasCompare | Richard Henderson |
2023-02-27 | target/s390x: Use tcg_constant_* in local contexts | Richard Henderson |
2023-02-27 | target/s390x: Hoist some computation in access_memmove | Richard Henderson |
2023-02-27 | target/s390x: Inline do_access_{get,set}_byte | Richard Henderson |
2023-02-27 | target/s390x: Remove TLB_NOTDIRTY workarounds | Richard Henderson |
2023-02-27 | target/s390x: Tidy access_prepare_nf | Richard Henderson |
2023-02-27 | target/s390x: Use void* for haddr in S390Access | Richard Henderson |
2023-02-27 | target/s390x: Pass S390Access pointer into access_prepare | Richard Henderson |
2023-02-27 | target/s390x: Fix s390_probe_access for user-only | Richard Henderson |
2023-02-27 | target/s390x/arch_dump: Simplify memory allocation in s390x_write_elf64_notes() | Thomas Huth |
2023-02-27 | target/s390x/arch_dump: Fix memory corruption in s390x_write_elf64_notes() | Thomas Huth |
2023-02-04 | target/s390x: Implement CC_OP_NZ in gen_op_calc_cc | Richard Henderson |
2023-02-04 | target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG | Richard Henderson |