aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/diag.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07target/s390x: Use env_archcpu() in handle_diag_308()Philippe Mathieu-Daudé1-1/+1
2023-07-10hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé1-1/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+2
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen1-1/+1
2021-07-07target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1mCho, Yu-Chen1-1/+2
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2020-04-29s390x: protvirt: Move diag 308 data over SIDAJanosch Frank1-5/+20
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank1-2/+37
2020-04-28s390x: Move diagnose 308 subcodes and rcs into ipl.hJanosch Frank1-11/+0
2020-03-10s390x: ipl: Consolidate iplb validity check into one functionJanosch Frank1-1/+1
2019-12-14s390x: Beautify diag308 handlingJanosch Frank1-22/+32
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson1-7/+7
2019-06-10target/s390x: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-01-18s390x: Return specification exception for unimplemented diag 308 subcodesJanosch Frank1-1/+1
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31Make address_space_access_valid() take a MemTxAttrs argumentPeter Maydell1-2/+4
2018-05-14s390x: refactor reset/reipl handlingDavid Hildenbrand1-57/+4
2017-12-14s390x/diag: pass the retaddr into handle_diag_308()David Hildenbrand1-7/+7
2017-10-20S390: use g_new() family of functionsMarc-André Lureau1-1/+1
2017-09-19s390x: move subsystem_reset() to s390-virtio-ccw.hDavid Hildenbrand1-0/+1
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand1-0/+1
2017-08-30target/s390x: move s390_do_cpu_reset() to diag.cDavid Hildenbrand1-0/+7
2017-07-25target/s390x: Move diag helpers to a separate fileThomas Huth1-0/+179