summaryrefslogtreecommitdiff
path: root/target/s390x/excp_helper.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-01s390x/tcg: fix loading 31bit PSWs with the highest bit setDavid Hildenbrand1-0/+4
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand1-66/+31
2018-02-09s390x/tcg: tolerate wrong wakeups due to floating interruptsDavid Hildenbrand1-0/+5
2018-02-09s390x/tcg: simplify machine check handlingDavid Hildenbrand1-24/+5
2018-02-09s390x/tcg: deliver multiple interrupts in a rowDavid Hildenbrand1-4/+16
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-2/+2
2017-12-14s390x/tcg: fix and cleanup mcck injectionDavid Hildenbrand1-6/+6
2017-12-14s390x/tcg: introduce and use s390_program_interrupt()David Hildenbrand1-4/+1
2017-10-20s390x/tcg: low-address protection supportDavid Hildenbrand1-2/+1
2017-10-20s390x/tcg: implement STOP and RESET interrupts for TCGDavid Hildenbrand1-1/+15
2017-10-20s390x/tcg: handle WAIT PSWs during interrupt injectionDavid Hildenbrand1-0/+6
2017-10-20s390x/tcg: a CPU cannot switch state due to an interruptDavid Hildenbrand1-1/+0
2017-10-20s390x/tcg: take care of external interrupt subclassesDavid Hildenbrand1-5/+10
2017-10-20s390x/tcg: rework checking for deliverable interruptsDavid Hildenbrand1-14/+7
2017-10-20s390x/tcg: injection of emergency signals and external callsDavid Hildenbrand1-1/+15
2017-10-20s390x/tcg: cleanup service interrupt injectionDavid Hildenbrand1-11/+5
2017-10-20s390x/tcg: turn INTERRUPT_EXT into a maskDavid Hildenbrand1-31/+32
2017-10-06s390x/tcg: add MMU for real addressesDavid Hildenbrand1-9/+16
2017-10-06s390x/tcg: fix checking for invalid memory checkDavid Hildenbrand1-1/+3
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand1-1/+1
2017-09-19target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault()David Hildenbrand1-2/+1
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand1-0/+1
2017-08-30target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.cDavid Hildenbrand1-0/+14
2017-07-25target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth1-0/+515