aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-04target/s390x: vxeh2: vector convert short/32bDavid Miller3-4/+75
2022-05-04s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCGDavid Hildenbrand2-24/+13
2022-05-04s390x/cpu_models: drop "msa5" from the TCG "max" modelDavid Hildenbrand1-2/+0
2022-05-04target/s390x: Fix writeback to v1 in helper_vstlRichard Henderson1-2/+0
2022-04-26target/s390x: Fix the accumulation of ccm in op_icmRichard Henderson1-1/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau3-19/+21
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2-2/+0
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth2-2/+0
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-5/+6
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau4-4/+0
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau3-3/+3
2022-04-01target/s390x: Fix determination of overflow condition code after subtractionBruno Haible1-2/+2
2022-04-01target/s390x: Fix determination of overflow condition code after additionBruno Haible1-2/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-16s390x/tcg: Fix BRCL with a large negative offsetIlya Leoshkevich1-1/+1
2022-03-16s390x/tcg: Fix BRASL with a large negative offsetIlya Leoshkevich1-1/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2-4/+1
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2-4/+3
2022-02-28s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1David Miller2-5/+8
2022-02-28s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...David Miller5-5/+107
2022-02-25s390x: sck: load into a temporary not into in1Nico Boehr2-3/+2
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell2-0/+2
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell1-0/+1
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2-0/+2
2022-01-18s390x: sigp: Reorder the SIGP STOP codeEric Farman1-4/+8
2022-01-17target/s390x: Fix shifting 32-bit values for more than 31 bitsIlya Leoshkevich5-80/+45
2022-01-17target/s390x: Fix cc_calc_sla_64() missing overflowsIlya Leoshkevich1-1/+1
2022-01-17target/s390x: Fix SRDA CC calculationIlya Leoshkevich1-2/+4
2022-01-17target/s390x: Fix SLDA sign bit indexIlya Leoshkevich1-1/+1