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
/
excp_helper.c
Age
Commit message (
Expand
)
Author
2017-12-14
s390x/tcg: fix and cleanup mcck injection
David Hildenbrand
2017-12-14
s390x/tcg: introduce and use s390_program_interrupt()
David Hildenbrand
2017-10-20
s390x/tcg: low-address protection support
David Hildenbrand
2017-10-20
s390x/tcg: implement STOP and RESET interrupts for TCG
David Hildenbrand
2017-10-20
s390x/tcg: handle WAIT PSWs during interrupt injection
David Hildenbrand
2017-10-20
s390x/tcg: a CPU cannot switch state due to an interrupt
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-10-06
s390x/tcg: add MMU for real addresses
David Hildenbrand
2017-10-06
s390x/tcg: fix checking for invalid memory check
David Hildenbrand
2017-09-19
target/s390x: use "core-id" for cpu number/address/id handling
David Hildenbrand
2017-09-19
target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault()
David Hildenbrand
2017-08-30
target/s390x: introduce internal.h
David Hildenbrand
2017-08-30
target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.c
David Hildenbrand
2017-07-25
target/s390x: Move exception-related functions to a new excp_helper.c file
Thomas Huth