index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
s390x
/
interrupt.c
Age
Commit message (
Expand
)
Author
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