aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/interrupt.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen1-1/+1
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen1-1/+1
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen1-1/+1
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2019-10-09target/s390x: Remove ilen argument from trigger_pgm_exceptionRichard Henderson1-5/+2
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson1-2/+1
2019-10-09target/s390x: Remove ilen parameter from tcg_s390_program_interruptRichard Henderson1-1/+1
2019-10-09target/s390x: Add ilen to unwind dataRichard Henderson1-1/+4
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-06-10target/s390x: Use env_cpu, env_archcpuRichard Henderson1-4/+2
2018-10-04s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturnDavid Hildenbrand1-14/+1
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand1-3/+3
2018-02-09s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand1-3/+3
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand1-46/+6
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand1-25/+17
2018-02-09s390x/tcg: simplify machine check handlingDavid Hildenbrand1-11/+7
2017-12-14s390x/tcg: drop program_interrupt()David Hildenbrand1-17/+5
2017-12-14s390x/tcg: introduce and use s390_program_interrupt()David Hildenbrand1-0/+13
2017-10-20s390x/tcg: implement STOP and RESET interrupts for TCGDavid Hildenbrand1-5/+27
2017-10-20s390x/kvm: generalize SIGP stop and restart interrupt injectionDavid Hildenbrand1-0/+20
2017-10-20s390x/tcg: take care of external interrupt subclassesDavid Hildenbrand1-1/+31
2017-10-20s390x/tcg: rework checking for deliverable interruptsDavid Hildenbrand1-0/+46
2017-10-20s390x/tcg: injection of emergency signals and external callsDavid Hildenbrand1-0/+26
2017-10-20s390x/tcg: cleanup service interrupt injectionDavid Hildenbrand1-14/+4
2017-10-20s390x/tcg: turn INTERRUPT_EXT into a maskDavid Hildenbrand1-1/+17
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand1-0/+1
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand1-0/+1
2017-07-25target/s390x: Rework program_interrupt() and related functionsThomas Huth1-0/+39
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+120