summaryrefslogtreecommitdiffstats
path: root/target/s390x
Commit message (Expand)AuthorAgeFilesLines
...
* target/s390x: Fix writeback to v1 in helper_vstlRichard Henderson2022-05-041-2/+0Star
* target/s390x: Fix the accumulation of ccm in op_icmRichard Henderson2022-04-271-1/+1
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-213-19/+21
* Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-04-212-2/+0Star
|\
| * Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-202-2/+0Star
* | exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-5/+6
|/
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-064-4/+0Star
* Move CPU softfloat unions to cpu-float.hMarc-André Lureau2022-04-061-0/+1
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-063-3/+3
* target/s390x: Fix determination of overflow condition code after subtractionBruno Haible2022-04-011-2/+2
* target/s390x: Fix determination of overflow condition code after additionBruno Haible2022-04-011-2/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* s390x/tcg: Fix BRCL with a large negative offsetIlya Leoshkevich2022-03-161-1/+1
* s390x/tcg: Fix BRASL with a large negative offsetIlya Leoshkevich2022-03-161-1/+1
* target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2022-03-061-1/+1
* target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-062-4/+1Star
* target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-062-4/+3Star
* s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1David Miller2022-02-282-5/+8
* s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...David Miller2022-02-285-5/+107
* s390x: sck: load into a temporary not into in1Nico Boehr2022-02-252-3/+2Star
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell2022-02-222-0/+2
|\
| * exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-212-0/+2
* | include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2022-02-211-0/+1
|/
* s390x: sigp: Reorder the SIGP STOP codeEric Farman2022-01-181-4/+8
* target/s390x: Fix shifting 32-bit values for more than 31 bitsIlya Leoshkevich2022-01-175-80/+45Star
* target/s390x: Fix cc_calc_sla_64() missing overflowsIlya Leoshkevich2022-01-171-1/+1
* target/s390x: Fix SRDA CC calculationIlya Leoshkevich2022-01-171-2/+4
* target/s390x: Fix SLDA sign bit indexIlya Leoshkevich2022-01-171-1/+1
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-084-31/+31
* s390: kvm: adjust diag318 resets to retain dataCollin Walling2021-12-172-2/+6
* target/s390x/cpu.h: Remove unused SIGP_MODE definesThomas Huth2021-11-171-5/+0Star
* Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson2021-11-031-2/+2
|\
| * monitor: Trim some trailing space from human-readable outputMarkus Armbruster2021-10-311-2/+2
* | target/s390x: Implement s390x_cpu_record_sigbusRichard Henderson2021-11-023-10/+26
* | target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson2021-11-023-12/+25
* | target/s390x: Use probe_access_flags in s390_probe_accessRichard Henderson2021-11-021-13/+5Star
|/
* target/s390x: Drop check for singlestep_enabledRichard Henderson2021-10-161-6/+2Star
* Merge remote-tracking branch 'remotes/thuth/tags/pull-request-2021-10-15' int...Richard Henderson2021-10-151-17/+1Star
|\
| * s390x: sigp: Force Set Architecture to return Invalid ParameterEric Farman2021-10-131-17/+1Star
* | target/s390x: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson2021-10-131-4/+4
* | accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson2021-10-131-1/+0Star
* | target/s390x: Use MO_128 for 16 byte atomicsRichard Henderson2021-10-131-2/+2
|/
* target/s390x: move tcg_gen_insn_start to s390x_tr_insn_startRichard Henderson2021-10-121-2/+8
* tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson2021-10-061-10/+10
* tcg: Expand MO_SIZE to 3 bitsRichard Henderson2021-10-061-1/+1
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-221-2/+2
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-7/+0Star
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-7/+9
* s390x/cpumodel: Add more feature to gen16 default modelChristian Borntraeger2021-09-071-1/+7
* hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand2021-09-062-0/+17