aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)Author
2023-09-11kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-09-11target/s390x: Check reserved bits of VFMIN/VFMAX's M5Ilya Leoshkevich
2023-09-11target/s390x: Fix VSTL with a large lengthIlya Leoshkevich
2023-09-11target/s390x: Use a 16-bit immediate in VREPIlya Leoshkevich
2023-09-11target/s390x: Fix the "ignored match" case in VSTRSIlya Leoshkevich
2023-07-31target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13Ilya Leoshkevich
2023-07-31target/s390x: Make MC raise specification exception when class >= 16Ilya Leoshkevich
2023-07-31target/s390x: Fix ICM with M3=0Ilya Leoshkevich
2023-07-31target/s390x: Fix CONVERT TO LOGICAL/FIXED with out-of-range inputsIlya Leoshkevich
2023-07-31target/s390x: Fix CLM with M3=0Ilya Leoshkevich
2023-07-31target/s390x: Make CKSM raise an exception if R2 is oddIlya Leoshkevich
2023-06-07s390x/tcg: Fix CPU address returned by STIDPIlya Leoshkevich
2023-06-07target/s390x: Fix LOCFHR taking the wrong half of R2Ilya Leoshkevich
2023-06-07target/s390x: Fix LCBB overwriting the top 32 bitsIlya Leoshkevich
2023-05-18s390x/tcg: Fix LDER instruction formatIlya Leoshkevich
2023-05-18target/s390x: Fix EXECUTE of relative branchesIlya Leoshkevich
2023-04-10target/s390x: Fix float_comp_to_cc() prototypeCédric Le Goater
2023-03-30target/s390x: Fix EXECUTE of relative long instructionsIlya Leoshkevich
2023-03-30target/s390x: Split out gen_ri2Richard Henderson
2023-03-30target/s390x: Fix emulation of C(G)HRLNina Schoetterl-Glausch
2023-03-30target/s390x/arch_dump: Fix memory corruption in s390x_write_elf64_notes()Thomas Huth
2022-12-03target/s390x/tcg: Fix and improve the SACF instructionThomas Huth
2022-11-16s390x: Fix spelling errorsThomas Huth
2022-11-05target/s390x: Rename insn-data/format.def -> insn-data/format.h.incPhilippe Mathieu-Daudé
2022-11-01Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-10-31target/s390x: fake instruction loading when handling 'ex'Alex Bennée
2022-10-31target/s390x: don't probe next pc for EXecuted insnsAlex Bennée
2022-10-31target/s390x: don't use ld_code2 to probe next pcAlex Bennée
2022-10-27target/s390x: Fix emulation of the VISTR instructionThomas Huth
2022-10-26Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-26s390x: pv: Add dump supportJanosch Frank
2022-10-26s390x: Add protected dump capJanosch Frank
2022-10-26target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-10-03accel/tcg: Suppress auto-invalidate in probe_access_internalRichard Henderson
2022-09-26s390x/pci: enable for load/store interpretationMatthew Rosato
2022-09-26target/s390x: support PRNO_TRNG instructionJason A. Donenfeld
2022-09-23target/s390x: support SHA-512 extensionsJason A. Donenfeld
2022-09-23s390x/tcg: Fix opcode for lzrfChristian Borntraeger
2022-09-06target/s390x: Make translator stop before the end of a pageIlya Leoshkevich
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-08-25target/s390x: Fix CLFIT and CLGIT immediate sizeIlya Leoshkevich
2022-08-25s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1Christian Borntraeger
2022-08-05target/s390x: display deprecation status in '-cpu help'Daniel P. Berrangé