summaryrefslogtreecommitdiff
path: root/target/s390x/sigp.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-0/+1
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski1-19/+19
2017-10-20target/s390x: special handling when starting a CPU with WAIT PSWDavid Hildenbrand1-1/+5
2017-10-20s390x/tcg: unlock NMIDavid Hildenbrand1-5/+0
2017-10-20s390x/tcg: flush the tlb on SIGP SET PREFIXDavid Hildenbrand1-0/+1
2017-10-20s390x/tcg: implement STOP and RESET interrupts for TCGDavid Hildenbrand1-0/+2
2017-10-20s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNALDavid Hildenbrand1-0/+37
2017-10-20s390x/tcg: implement SIGP EMERGENCY SIGNALDavid Hildenbrand1-0/+15
2017-10-20s390x/tcg: implement SIGP EXTERNAL CALLDavid Hildenbrand1-2/+23
2017-10-20s390x/tcg: implement SIGP SENSEDavid Hildenbrand1-0/+29
2017-10-20s390x/tcg: implement SIGP SENSE RUNNING STATUSDavid Hildenbrand1-0/+25
2017-10-20s390x/kvm: factor out actual handling of STOP interruptsDavid Hildenbrand1-1/+14
2017-10-20s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand1-0/+366