aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
2022-12-15target/s390x: The MVCP and MVCS instructions are not privilegedThomas Huth4-10/+20
2022-12-15target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid()Thomas Huth1-1/+1
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+0
2022-12-03target/s390x/tcg: Fix and improve the SACF instructionThomas Huth2-1/+8
2022-11-16s390x: Fix spelling errorsThomas Huth7-11/+11
2022-11-05target/s390x: Rename insn-data/format.def -> insn-data/format.h.incPhilippe Mathieu-Daudé3-6/+6
2022-11-01Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi1-4/+10
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1
2022-10-31target/s390x: fake instruction loading when handling 'ex'Alex Bennée1-0/+6
2022-10-31target/s390x: don't probe next pc for EXecuted insnsAlex Bennée1-3/+3
2022-10-31target/s390x: don't use ld_code2 to probe next pcAlex Bennée1-1/+1
2022-10-27target/s390x: Fix emulation of the VISTR instructionThomas Huth1-1/+1
2022-10-26Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi5-27/+257
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi3-3/+9
2022-10-26s390x: pv: Add dump supportJanosch Frank1-27/+235
2022-10-26s390x: Add protected dump capJanosch Frank4-0/+22
2022-10-26target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson3-3/+9
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster1-1/+1
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+4
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini1-0/+4
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank2-6/+6
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-10-03accel/tcg: Suppress auto-invalidate in probe_access_internalRichard Henderson1-4/+0
2022-09-26s390x/pci: enable for load/store interpretationMatthew Rosato2-0/+8
2022-09-26target/s390x: support PRNO_TRNG instructionJason A. Donenfeld2-0/+31
2022-09-23target/s390x: support SHA-512 extensionsJason A. Donenfeld2-1/+237
2022-09-23s390x/tcg: Fix opcode for lzrfChristian Borntraeger1-1/+1
2022-09-06target/s390x: Make translator stop before the end of a pageIlya Leoshkevich1-4/+11
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-08-25target/s390x: Fix CLFIT and CLGIT immediate sizeIlya Leoshkevich1-2/+2
2022-08-25s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1Christian Borntraeger2-0/+3
2022-08-05target/s390x: display deprecation status in '-cpu help'Daniel P. Berrangé1-5/+18
2022-07-19target/s390x: fix handling of zeroes in vfmin/vfmaxIlya Leoshkevich1-2/+2
2022-07-06target/s390x: Exit tb after executing ex_valueRichard Henderson1-1/+1
2022-07-06target/s390x: Remove DISAS_PC_STALE_NOCHAINRichard Henderson1-10/+11
2022-07-06target/s390x: Remove DISAS_PC_STALERichard Henderson1-9/+4
2022-07-06target/s390x: Remove DISAS_GOTO_TBRichard Henderson1-6/+2
2022-07-06target/s390x/tcg: SPX: check validity of new prefixJanis Schoetterl-Glausch1-0/+7
2022-06-08Fix 'writeable' typosPeter Maydell1-1/+1
2022-06-03target/s390x: kvm: Honor storage keys during emulationJanis Schoetterl-Glausch1-0/+9
2022-06-02s390: Typo fix FLOATING_POINT_SUPPPORT_ENHDr. David Alan Gilbert3-8/+8
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-05-04disas: Remove old libopcode s390 disassemblerThomas Huth1-1/+0
2022-05-04target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU modelDavid Miller1-1/+6
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementDavid Miller2-0/+97
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementsDavid Miller2-0/+117
2022-05-04target/s390x: vxeh2: vector {load, store} elements reversedDavid Miller2-0/+88
2022-05-04target/s390x: vxeh2: vector shift double by bitDavid Miller2-8/+53
2022-05-04target/s390x: vxeh2: Update for changes to vector shiftsDavid Miller4-50/+95
2022-05-04target/s390x: vxeh2: vector string searchDavid Miller5-1/+134