aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson1-4/+2
2023-08-24Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-0/+5
2023-08-23target/s390x: Fix the "ignored match" case in VSTRSIlya Leoshkevich1-37/+17
2023-08-23target/s390x: Use a 16-bit immediate in VREPIlya Leoshkevich1-2/+2
2023-08-23target/s390x: Fix VSTL with a large lengthIlya Leoshkevich1-1/+1
2023-08-23target/s390x: Check reserved bits of VFMIN/VFMAX's M5Ilya Leoshkevich1-1/+1
2023-08-23s390x: Convert DPRINTF to trace eventsCédric Le Goater2-22/+18
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki1-0/+5
2023-07-31target/s390x: Move trans_exc_code update to do_program_interruptRichard Henderson1-12/+28
2023-07-25s390x: spelling fixesMichael Tokarev5-5/+5
2023-07-24target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13Ilya Leoshkevich1-1/+1
2023-07-24target/s390x: Make MC raise specification exception when class >= 16Ilya Leoshkevich2-3/+3
2023-07-24target/s390x: Fix ICM with M3=0Ilya Leoshkevich1-0/+6
2023-07-24target/s390x: Fix CONVERT TO LOGICAL/FIXED with out-of-range inputsIlya Leoshkevich1-1/+2
2023-07-24target/s390x: Fix CLM with M3=0Ilya Leoshkevich1-0/+5
2023-07-24target/s390x: Make CKSM raise an exception if R2 is oddIlya Leoshkevich2-1/+7
2023-07-10target/s390x: Fix relative long instructions with large offsetsIlya Leoshkevich1-1/+1
2023-07-10target/s390x: Fix LRA when DAT is offIlya Leoshkevich1-1/+1
2023-07-10target/s390x: Fix LRA overwriting the top 32 bits on DAT errorIlya Leoshkevich3-4/+4
2023-07-10target/s390x: Fix MVCRL with a large value in R0Ilya Leoshkevich1-0/+1
2023-07-10target/s390x: Fix MDEB and MDEBRIlya Leoshkevich2-3/+4
2023-07-10target/s390x: Fix EPSW CC reportingIlya Leoshkevich1-0/+4
2023-07-10hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé11-8/+465
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-2/+2
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2-4/+4
2023-06-06Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta...Richard Henderson6-17/+20
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-5/+1
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+4
2023-06-05s390x/tcg: Fix CPU address returned by STIDPIlya Leoshkevich2-3/+11
2023-06-05target/s390x: Fix MXDB and MXDBRIlya Leoshkevich4-12/+7
2023-06-05target/s390x: Fix LOCFHR taking the wrong half of R2Ilya Leoshkevich1-1/+1
2023-06-05target/s390x: Fix LCBB overwriting the top 32 bitsIlya Leoshkevich1-1/+1
2023-05-23qemu/atomic128: Split atomic16_readRichard Henderson1-1/+1
2023-05-23target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csstRichard Henderson1-7/+1
2023-05-23target/s390x: Use cpu_{ld,st}*_mmu in do_csstRichard Henderson1-39/+27
2023-05-23target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQRichard Henderson5-91/+9
2023-05-16target/s390x: Fix EXECUTE of relative branchesIlya Leoshkevich1-23/+58
2023-05-16s390x/tcg: Fix LDER instruction formatIlya Leoshkevich1-1/+1
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth1-0/+8
2023-05-05target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson1-81/+71
2023-04-28s390x/gdb: Split s390-virt.xmlIlya Leoshkevich1-20/+45
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson1-2/+2
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé1-0/+1
2023-03-24target/s390x: Fix float_comp_to_cc() prototypeCédric Le Goater1-1/+2
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson3-0/+4
2023-03-20target/s390x/tcg/mem_helper: Remove bad assert() statementThomas Huth1-1/+0
2023-03-20target/s390x: Update do_unaligned_access() commentIlya Leoshkevich1-2/+2
2023-03-20target/s390x: Handle STGRL to non-aligned addressesIlya Leoshkevich2-5/+6
2023-03-20target/s390x: Handle STRL to non-aligned addressesIlya Leoshkevich2-7/+8
2023-03-20target/s390x: Handle CLRL and CLGFRL with non-aligned addressesIlya Leoshkevich1-1/+2