summaryrefslogtreecommitdiffstats
path: root/target/s390x
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 'writeable' typosPeter Maydell2022-06-081-1/+1
* target/s390x: kvm: Honor storage keys during emulationJanis Schoetterl-Glausch2022-06-031-0/+9
* s390: Typo fix FLOATING_POINT_SUPPPORT_ENHDr. David Alan Gilbert2022-06-023-8/+8
* Normalize header guard symbol definitionMarkus Armbruster2022-05-111-1/+1
* disas: Remove old libopcode s390 disassemblerThomas Huth2022-05-041-1/+0Star
* target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU modelDavid Miller2022-05-041-1/+6
* 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-044-50/+95
* target/s390x: vxeh2: vector string searchDavid Miller2022-05-045-1/+134
* target/s390x: vxeh2: vector convert short/32bDavid Miller2022-05-043-4/+75
* s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCGDavid Hildenbrand2022-05-042-24/+13Star
* s390x/cpu_models: drop "msa5" from the TCG "max" modelDavid Hildenbrand2022-05-041-2/+0Star
* 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