summaryrefslogtreecommitdiffstats
path: root/target/s390x/sigp.c
Commit message (Expand)AuthorAgeFilesLines
* Make address_space_access_valid() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+2
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-0/+1
* qmp: expose s390-specific CPU infoViktor Mihajlovski2018-02-261-19/+19
* target/s390x: special handling when starting a CPU with WAIT PSWDavid Hildenbrand2017-10-201-1/+5
* s390x/tcg: unlock NMIDavid Hildenbrand2017-10-201-5/+0Star
* s390x/tcg: flush the tlb on SIGP SET PREFIXDavid Hildenbrand2017-10-201-0/+1
* s390x/tcg: implement STOP and RESET interrupts for TCGDavid Hildenbrand2017-10-201-0/+2
* s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNALDavid Hildenbrand2017-10-201-0/+37
* s390x/tcg: implement SIGP EMERGENCY SIGNALDavid Hildenbrand2017-10-201-0/+15
* s390x/tcg: implement SIGP EXTERNAL CALLDavid Hildenbrand2017-10-201-2/+23
* s390x/tcg: implement SIGP SENSEDavid Hildenbrand2017-10-201-0/+29
* s390x/tcg: implement SIGP SENSE RUNNING STATUSDavid Hildenbrand2017-10-201-0/+25
* s390x/kvm: factor out actual handling of STOP interruptsDavid Hildenbrand2017-10-201-1/+14
* s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand2017-10-201-0/+366