summaryrefslogtreecommitdiffstats
path: root/target/s390x/tcg
Commit message (Expand)AuthorAgeFilesLines
* s390x: Fix spelling errorsThomas Huth2022-11-165-8/+8
* target/s390x: Rename insn-data/format.def -> insn-data/format.h.incPhilippe Mathieu-Daudé2022-11-053-6/+6
* Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi2022-11-011-4/+10
|\
| * target/s390x: fake instruction loading when handling 'ex'Alex Bennée2022-10-311-0/+6
| * target/s390x: don't probe next pc for EXecuted insnsAlex Bennée2022-10-311-3/+3
| * target/s390x: don't use ld_code2 to probe next pcAlex Bennée2022-10-311-1/+1
* | accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-10-311-1/+1
|/
* target/s390x: Fix emulation of the VISTR instructionThomas Huth2022-10-271-1/+1
* target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-2/+5
* accel/tcg: Suppress auto-invalidate in probe_access_internalRichard Henderson2022-10-041-4/+0Star
* target/s390x: support PRNO_TRNG instructionJason A. Donenfeld2022-09-261-0/+30
* target/s390x: support SHA-512 extensionsJason A. Donenfeld2022-09-231-0/+229
* s390x/tcg: Fix opcode for lzrfChristian Borntraeger2022-09-231-1/+1
* target/s390x: Make translator stop before the end of a pageIlya Leoshkevich2022-09-061-4/+11
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-2/+3
* target/s390x: Fix CLFIT and CLGIT immediate sizeIlya Leoshkevich2022-08-251-2/+2
* target/s390x: fix handling of zeroes in vfmin/vfmaxIlya Leoshkevich2022-07-191-2/+2
* target/s390x: Exit tb after executing ex_valueRichard Henderson2022-07-061-1/+1
* target/s390x: Remove DISAS_PC_STALE_NOCHAINRichard Henderson2022-07-061-10/+11
* target/s390x: Remove DISAS_PC_STALERichard Henderson2022-07-061-9/+4Star
* target/s390x: Remove DISAS_GOTO_TBRichard Henderson2022-07-061-6/+2Star
* target/s390x/tcg: SPX: check validity of new prefixJanis Schoetterl-Glausch2022-07-061-0/+7
* s390: Typo fix FLOATING_POINT_SUPPPORT_ENHDr. David Alan Gilbert2022-06-021-4/+4
* target/s390x: vxeh2: vector {load, store} byte reversed elementDavid Miller2022-05-042-0/+97
* target/s390x: vxeh2: vector {load, store} byte reversed elementsDavid Miller2022-05-042-0/+117
* target/s390x: vxeh2: vector {load, store} elements reversedDavid Miller2022-05-042-0/+88
* target/s390x: vxeh2: vector shift double by bitDavid Miller2022-05-042-8/+53
* target/s390x: vxeh2: Update for changes to vector shiftsDavid Miller2022-05-043-50/+92
* target/s390x: vxeh2: vector string searchDavid Miller2022-05-044-1/+128
* target/s390x: vxeh2: vector convert short/32bDavid Miller2022-05-042-4/+71
* 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-212-16/+18
* 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-063-3/+0Star
* 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
* 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
* s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...David Miller2022-02-283-5/+105
* s390x: sck: load into a temporary not into in1Nico Boehr2022-02-252-3/+2Star
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-212-0/+2
* target/s390x: Fix shifting 32-bit values for more than 31 bitsIlya Leoshkevich2022-01-173-76/+43Star
* 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
* target/s390x: Implement s390x_cpu_record_sigbusRichard Henderson2021-11-021-7/+20
* target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson2021-11-021-7/+11