index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
s390x
/
interrupt.c
Age
Commit message (
Expand
)
Author
2021-07-07
target/s390x: move kvm files into kvm/
Cho, Yu-Chen
2021-07-07
target/s390x: start moving TCG-only code to tcg/
Cho, Yu-Chen
2021-07-07
target/s390x: rename internal.h to s390x-internal.h
Cho, Yu-Chen
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2019-10-09
target/s390x: Remove ilen argument from trigger_pgm_exception
Richard Henderson
2019-10-09
target/s390x: Remove ilen parameter from s390_program_interrupt
Richard Henderson
2019-10-09
target/s390x: Remove ilen parameter from tcg_s390_program_interrupt
Richard Henderson
2019-10-09
target/s390x: Add ilen to unwind data
Richard Henderson
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-06-10
target/s390x: Use env_cpu, env_archcpu
Richard Henderson
2018-10-04
s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturn
David Hildenbrand
2018-02-09
s390x/flic: cache the common flic class in a central function
David Hildenbrand
2018-02-09
s390x/tcg: cache the qemu flic in a central function
David Hildenbrand
2018-02-09
s390x/flic: make floating interrupts on TCG actually floating
David Hildenbrand
2018-02-09
s390x/flic: factor out injection of floating interrupts
David Hildenbrand
2018-02-09
s390x/tcg: simplify machine check handling
David Hildenbrand
2017-12-14
s390x/tcg: drop program_interrupt()
David Hildenbrand
2017-12-14
s390x/tcg: introduce and use s390_program_interrupt()
David Hildenbrand
2017-10-20
s390x/tcg: implement STOP and RESET interrupts for TCG
David Hildenbrand
2017-10-20
s390x/kvm: generalize SIGP stop and restart interrupt injection
David Hildenbrand
2017-10-20
s390x/tcg: take care of external interrupt subclasses
David Hildenbrand
2017-10-20
s390x/tcg: rework checking for deliverable interrupts
David Hildenbrand
2017-10-20
s390x/tcg: injection of emergency signals and external calls
David Hildenbrand
2017-10-20
s390x/tcg: cleanup service interrupt injection
David Hildenbrand
2017-10-20
s390x/tcg: turn INTERRUPT_EXT into a mask
David Hildenbrand
2017-08-30
s390x/kvm: move KVM declarations and stubs to separate files
David Hildenbrand
2017-08-30
target/s390x: introduce internal.h
David Hildenbrand
2017-07-25
target/s390x: Rework program_interrupt() and related functions
Thomas Huth
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth