Age | Commit message (Expand) | Author | Files | Lines |
2023-08-24 | sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint | Anton Johansson | 1 | -4/+2 |
2023-08-24 | Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi | 1 | -0/+5 |
2023-08-23 | target/s390x: Fix the "ignored match" case in VSTRS | Ilya Leoshkevich | 1 | -37/+17 |
2023-08-23 | target/s390x: Use a 16-bit immediate in VREP | Ilya Leoshkevich | 1 | -2/+2 |
2023-08-23 | target/s390x: Fix VSTL with a large length | Ilya Leoshkevich | 1 | -1/+1 |
2023-08-23 | target/s390x: Check reserved bits of VFMIN/VFMAX's M5 | Ilya Leoshkevich | 1 | -1/+1 |
2023-08-23 | s390x: Convert DPRINTF to trace events | Cédric Le Goater | 2 | -22/+18 |
2023-08-22 | kvm: Introduce kvm_arch_get_default_type hook | Akihiko Odaki | 1 | -0/+5 |
2023-07-31 | target/s390x: Move trans_exc_code update to do_program_interrupt | Richard Henderson | 1 | -12/+28 |
2023-07-25 | s390x: spelling fixes | Michael Tokarev | 5 | -5/+5 |
2023-07-24 | target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13 | Ilya Leoshkevich | 1 | -1/+1 |
2023-07-24 | target/s390x: Make MC raise specification exception when class >= 16 | Ilya Leoshkevich | 2 | -3/+3 |
2023-07-24 | target/s390x: Fix ICM with M3=0 | Ilya Leoshkevich | 1 | -0/+6 |
2023-07-24 | target/s390x: Fix CONVERT TO LOGICAL/FIXED with out-of-range inputs | Ilya Leoshkevich | 1 | -1/+2 |
2023-07-24 | target/s390x: Fix CLM with M3=0 | Ilya Leoshkevich | 1 | -0/+5 |
2023-07-24 | target/s390x: Make CKSM raise an exception if R2 is odd | Ilya Leoshkevich | 2 | -1/+7 |
2023-07-10 | target/s390x: Fix relative long instructions with large offsets | Ilya Leoshkevich | 1 | -1/+1 |
2023-07-10 | target/s390x: Fix LRA when DAT is off | Ilya Leoshkevich | 1 | -1/+1 |
2023-07-10 | target/s390x: Fix LRA overwriting the top 32 bits on DAT error | Ilya Leoshkevich | 3 | -4/+4 |
2023-07-10 | target/s390x: Fix MVCRL with a large value in R0 | Ilya Leoshkevich | 1 | -0/+1 |
2023-07-10 | target/s390x: Fix MDEB and MDEBR | Ilya Leoshkevich | 2 | -3/+4 |
2023-07-10 | target/s390x: Fix EPSW CC reporting | Ilya Leoshkevich | 1 | -0/+4 |
2023-07-10 | hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/ | Philippe Mathieu-Daudé | 11 | -8/+465 |
2023-06-26 | target: Widen pc/cs_base in cpu_get_tb_cpu_state | Anton Johansson | 1 | -2/+2 |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 2 | -4/+4 |
2023-06-06 | Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson | 6 | -17/+20 |
2023-06-05 | accel/tcg: Introduce translator_io_start | Richard Henderson | 1 | -5/+1 |
2023-06-05 | tcg: Pass TCGHelperInfo to tcg_gen_callN | Richard Henderson | 1 | -0/+4 |
2023-06-05 | s390x/tcg: Fix CPU address returned by STIDP | Ilya Leoshkevich | 2 | -3/+11 |
2023-06-05 | target/s390x: Fix MXDB and MXDBR | Ilya Leoshkevich | 4 | -12/+7 |
2023-06-05 | target/s390x: Fix LOCFHR taking the wrong half of R2 | Ilya Leoshkevich | 1 | -1/+1 |
2023-06-05 | target/s390x: Fix LCBB overwriting the top 32 bits | Ilya Leoshkevich | 1 | -1/+1 |
2023-05-23 | qemu/atomic128: Split atomic16_read | Richard Henderson | 1 | -1/+1 |
2023-05-23 | target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csst | Richard Henderson | 1 | -7/+1 |
2023-05-23 | target/s390x: Use cpu_{ld,st}*_mmu in do_csst | Richard Henderson | 1 | -39/+27 |
2023-05-23 | target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQ | Richard Henderson | 5 | -91/+9 |
2023-05-16 | target/s390x: Fix EXECUTE of relative branches | Ilya Leoshkevich | 1 | -23/+58 |
2023-05-16 | s390x/tcg: Fix LDER instruction format | Ilya Leoshkevich | 1 | -1/+1 |
2023-05-16 | hw/core: Use a callback for target specific query-cpus-fast information | Thomas Huth | 1 | -0/+8 |
2023-05-05 | target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_* | Richard Henderson | 1 | -81/+71 |
2023-04-28 | s390x/gdb: Split s390-virt.xml | Ilya Leoshkevich | 1 | -20/+45 |
2023-04-23 | tcg: Replace tcg_abort with g_assert_not_reached | Richard Henderson | 1 | -2/+2 |
2023-03-28 | softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel | Philippe Mathieu-Daudé | 1 | -0/+1 |
2023-03-24 | target/s390x: Fix float_comp_to_cc() prototype | Cédric Le Goater | 1 | -1/+2 |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson | 3 | -0/+4 |
2023-03-20 | target/s390x/tcg/mem_helper: Remove bad assert() statement | Thomas Huth | 1 | -1/+0 |
2023-03-20 | target/s390x: Update do_unaligned_access() comment | Ilya Leoshkevich | 1 | -2/+2 |
2023-03-20 | target/s390x: Handle STGRL to non-aligned addresses | Ilya Leoshkevich | 2 | -5/+6 |
2023-03-20 | target/s390x: Handle STRL to non-aligned addresses | Ilya Leoshkevich | 2 | -7/+8 |
2023-03-20 | target/s390x: Handle CLRL and CLGFRL with non-aligned addresses | Ilya Leoshkevich | 1 | -1/+2 |