summaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)Author
2022-08-05target/s390x: display deprecation status in '-cpu help'Daniel P. Berrangé
2022-07-19target/s390x: fix handling of zeroes in vfmin/vfmaxIlya Leoshkevich
2022-07-06target/s390x: Exit tb after executing ex_valueRichard Henderson
2022-07-06target/s390x: Remove DISAS_PC_STALE_NOCHAINRichard Henderson
2022-07-06target/s390x: Remove DISAS_PC_STALERichard Henderson
2022-07-06target/s390x: Remove DISAS_GOTO_TBRichard Henderson
2022-07-06target/s390x/tcg: SPX: check validity of new prefixJanis Schoetterl-Glausch
2022-06-08Fix 'writeable' typosPeter Maydell
2022-06-03target/s390x: kvm: Honor storage keys during emulationJanis Schoetterl-Glausch
2022-06-02s390: Typo fix FLOATING_POINT_SUPPPORT_ENHDr. David Alan Gilbert
2022-05-11Normalize header guard symbol definitionMarkus Armbruster
2022-05-04disas: Remove old libopcode s390 disassemblerThomas Huth
2022-05-04target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU modelDavid Miller
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementDavid Miller
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementsDavid Miller
2022-05-04target/s390x: vxeh2: vector {load, store} elements reversedDavid Miller
2022-05-04target/s390x: vxeh2: vector shift double by bitDavid Miller
2022-05-04target/s390x: vxeh2: Update for changes to vector shiftsDavid Miller
2022-05-04target/s390x: vxeh2: vector string searchDavid Miller
2022-05-04target/s390x: vxeh2: vector convert short/32bDavid Miller
2022-05-04s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCGDavid Hildenbrand
2022-05-04s390x/cpu_models: drop "msa5" from the TCG "max" modelDavid Hildenbrand
2022-05-04target/s390x: Fix writeback to v1 in helper_vstlRichard Henderson
2022-04-26target/s390x: Fix the accumulation of ccm in op_icmRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-04-01target/s390x: Fix determination of overflow condition code after subtractionBruno Haible
2022-04-01target/s390x: Fix determination of overflow condition code after additionBruno Haible
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-16s390x/tcg: Fix BRCL with a large negative offsetIlya Leoshkevich
2022-03-16s390x/tcg: Fix BRASL with a large negative offsetIlya Leoshkevich
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-02-28s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1David Miller
2022-02-28s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...David Miller
2022-02-25s390x: sck: load into a temporary not into in1Nico Boehr
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-01-18s390x: sigp: Reorder the SIGP STOP codeEric Farman
2022-01-17target/s390x: Fix shifting 32-bit values for more than 31 bitsIlya Leoshkevich
2022-01-17target/s390x: Fix cc_calc_sla_64() missing overflowsIlya Leoshkevich
2022-01-17target/s390x: Fix SRDA CC calculationIlya Leoshkevich
2022-01-17target/s390x: Fix SLDA sign bit indexIlya Leoshkevich