summaryrefslogtreecommitdiffstats
path: root/target/s390x
Commit message (Expand)AuthorAgeFilesLines
* target/s390x: move tcg_gen_insn_start to s390x_tr_insn_startRichard Henderson2021-10-121-2/+8
* tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson2021-10-051-10/+10
* tcg: Expand MO_SIZE to 3 bitsRichard Henderson2021-10-051-1/+1
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-211-2/+2
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-211-7/+0
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-7/+9
* s390x/cpumodel: Add more feature to gen16 default modelChristian Borntraeger2021-09-071-1/+7
* hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand2021-09-062-0/+17
* s390x/mmu_helper: avoid setting the storage key if nothing changedDavid Hildenbrand2021-09-061-4/+7
* s390x/mmu_helper: move address validation into mmu_translate*()David Hildenbrand2021-09-064-29/+24
* s390x/mmu_helper: fixup mmu_translate() documentationDavid Hildenbrand2021-09-061-1/+2
* s390x/mmu_helper: no need to pass access type to mmu_translate_asce()David Hildenbrand2021-09-061-2/+2
* s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKEDavid Hildenbrand2021-09-064-16/+35
* s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKEDavid Hildenbrand2021-09-061-0/+3
* s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKEDavid Hildenbrand2021-09-061-1/+1
* s390x/tcg: wrap address for RRBEDavid Hildenbrand2021-09-061-3/+4
* s390x/ioinst: Fix wrong MSCH alignment check on little endianDavid Hildenbrand2021-09-061-1/+1
* s390x/tcg: fix and optimize SPX (SET PREFIX)David Hildenbrand2021-09-061-1/+14
* arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell2021-08-261-1/+0
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-24/+0
* tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson2021-07-211-12/+7
* Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell2021-07-1247-1115/+1145
|\
| * target/s390x: split sysemu part of cpu modelsCho, Yu-Chen2021-07-075-416/+453
| * target/s390x: move kvm files into kvm/Cho, Yu-Chen2021-07-0714-28/+33
| * target/s390x: remove kvm-stub.cCho, Yu-Chen2021-07-072-122/+1
| * target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1mCho, Yu-Chen2021-07-071-1/+2
| * target/s390x: make helper.c sysemu-onlyCho, Yu-Chen2021-07-072-9/+2
| * target/s390x: split cpu-dump from helper.cCho, Yu-Chen2021-07-074-151/+178
| * target/s390x: move sysemu-only code out to cpu-sysemu.cCho, Yu-Chen2021-07-075-277/+326
| * target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen2021-07-0722-17/+18
| * target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen2021-07-0724-23/+23
| * target/s390x: remove tcg-stub.cCho, Yu-Chen2021-07-072-31/+1
| * target/s390x: meson: add target_user_archCho, Yu-Chen2021-07-071-0/+3
| * s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICALDavid Hildenbrand2021-07-071-1/+1
| * target/s390x: Fix CC set by CONVERT TO FIXED/LOGICALUlrich Weigand2021-07-073-43/+83
| * s390x/cpumodel: add 3931 and 3932Christian Borntraeger2021-07-073-0/+25
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-16/+3
|\ \
| * | target/s390x: Remove use_exit_tbRichard Henderson2021-07-091-9/+2
| * | target/s390x: Use translator_use_goto_tbRichard Henderson2021-07-091-6/+1
| * | tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0
| |/
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-111-0/+2
|\ \
| * | meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé2021-07-091-0/+2
| |/
* / misc: Fix "havn't" typoPhilippe Mathieu-Daudé2021-07-091-2/+4
|/
* tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson2021-06-291-2/+2
* target/s390x: Use s390_cpu_{set_psw, get_psw_mask} in gdbstubRichard Henderson2021-06-211-13/+2
* target/s390x: Improve s390_cpu_dump_state vs cc_opRichard Henderson2021-06-211-5/+7
* target/s390x: Do not modify cpu state in s390_cpu_get_psw_maskRichard Henderson2021-06-211-4/+4
* target/s390x: Expose load_psw and get_psw_mask to cpu.hRichard Henderson2021-06-216-61/+69
* s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2David Hildenbrand2021-06-212-8/+11
* s390x/tcg: We support Vector enhancements facilityDavid Hildenbrand2021-06-211-0/+1