summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Enable the very simple virtio tests on s390x, tooThomas Huth2017-10-204-18/+28
* libqtest: Add qtest_[v]startf()Eric Blake2017-10-2014-138/+128Star
* s390x: refactor error handling for MSCH handlerHalil Pasic2017-10-203-33/+10Star
* s390x: refactor error handling for HSCH handlerHalil Pasic2017-10-203-33/+10Star
* s390x: refactor error handling for CSCH handlerHalil Pasic2017-10-203-20/+8Star
* s390x: refactor error handling for XSCH handlerHalil Pasic2017-10-203-32/+10Star
* s390x: improve error handling for SSCH and RSCHHalil Pasic2017-10-206-126/+75Star
* s390x/css: IO instr handler ending controlHalil Pasic2017-10-201-0/+16
* s390x: move s390x_new_cpu() into board codeIgor Mammedov2017-10-203-21/+21
* s390x: fix cpu object referrence leak in s390x_new_cpu()Igor Mammedov2017-10-201-1/+1
* s390x/event-facility: variable-length event masksCornelia Huck2017-10-202-10/+45
* s390x/MAINTAINERS: add mailing listCornelia Huck2017-10-201-0/+6
* virtio-ccw: Add the virtio-input devices for CCW busFarhan Ali2017-10-202-0/+122
* target/s390x: special handling when starting a CPU with WAIT PSWDavid Hildenbrand2017-10-202-3/+14
* s390x/tcg: refactor stfl(e) to use s390_get_feat_block()David Hildenbrand2017-10-202-39/+29Star
* s390x/tcg: unlock NMIDavid Hildenbrand2017-10-202-8/+1Star
* s390x/cpumodel: allow to enable SENSE RUNNING STATUS for qemuDavid Hildenbrand2017-10-201-0/+1
* s390x/tcg: switch to new SIGP handling codeDavid Hildenbrand2017-10-205-43/+12Star
* 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-206-6/+51
* s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNALDavid Hildenbrand2017-10-202-0/+38
* 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-202-0/+27
* s390x/kvm: factor out actual handling of STOP interruptsDavid Hildenbrand2017-10-203-8/+16
* s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand2017-10-2011-359/+389
* s390x/kvm: drop two debug printsDavid Hildenbrand2017-10-201-2/+0Star
* s390x/kvm: factor out storing of adtl CPU statusDavid Hildenbrand2017-10-203-29/+31
* s390x/kvm: factor out storing of CPU statusDavid Hildenbrand2017-10-203-66/+65Star
* s390x/kvm: generalize SIGP stop and restart interrupt injectionDavid Hildenbrand2017-10-205-12/+53
* s390x/kvm: pass ipb directly into handle_sigp()David Hildenbrand2017-10-201-3/+3
* target/s390x: interpret PSW_MASK_WAIT only for TCGDavid Hildenbrand2017-10-201-1/+2
* s390x/tcg: handle WAIT PSWs during interrupt injectionDavid Hildenbrand2017-10-201-0/+6
* target/s390x: factor out handling of WAIT PSW into s390_handle_wait()David Hildenbrand2017-10-203-19/+23
* s390x/tcg: a CPU cannot switch state due to an interruptDavid Hildenbrand2017-10-201-1/+0Star
* s390x/tcg: STOPPED cpus can never wake upDavid Hildenbrand2017-10-201-0/+6
* s390x/tcg: take care of external interrupt subclassesDavid Hildenbrand2017-10-204-13/+50
* s390x/tcg: rework checking for deliverable interruptsDavid Hildenbrand2017-10-204-17/+62
* s390x/tcg: injection of emergency signals and external callsDavid Hildenbrand2017-10-204-2/+50
* s390x/tcg: cleanup service interrupt injectionDavid Hildenbrand2017-10-205-38/+10Star
* s390x/tcg: turn INTERRUPT_EXT into a maskDavid Hildenbrand2017-10-205-47/+61
* s390x/css: be more consistent if broken beyond repairHalil Pasic2017-10-201-12/+4Star
* S390: use g_new() family of functionsMarc-André Lureau2017-10-204-14/+14
* Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-19-1...Peter Maydell2017-10-2010-487/+383Star
|\
| * tpm: move recv_data_callback to TPM interfaceMarc-André Lureau2017-10-196-15/+15
| * tpm: add a QOM TPM interfaceMarc-André Lureau2017-10-193-0/+29
| * tpm-tis: fold TPMTISEmuState in TPMStateMarc-André Lureau2017-10-191-179/+157Star
| * tpm-tis: remove tpm_tis.h headerMarc-André Lureau2017-10-193-96/+71Star
| * tpm-tis: move TPMState to TIS headerMarc-André Lureau2017-10-193-21/+22