aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-20s390x: move s390x_new_cpu() into board codeIgor Mammedov3-21/+21
2017-10-20s390x: fix cpu object referrence leak in s390x_new_cpu()Igor Mammedov1-1/+1
2017-10-20s390x/event-facility: variable-length event masksCornelia Huck2-10/+45
2017-10-20s390x/MAINTAINERS: add mailing listCornelia Huck1-0/+6
2017-10-20virtio-ccw: Add the virtio-input devices for CCW busFarhan Ali2-0/+122
2017-10-20target/s390x: special handling when starting a CPU with WAIT PSWDavid Hildenbrand2-3/+14
2017-10-20s390x/tcg: refactor stfl(e) to use s390_get_feat_block()David Hildenbrand2-39/+29
2017-10-20s390x/tcg: unlock NMIDavid Hildenbrand2-8/+1
2017-10-20s390x/cpumodel: allow to enable SENSE RUNNING STATUS for qemuDavid Hildenbrand1-0/+1
2017-10-20s390x/tcg: switch to new SIGP handling codeDavid Hildenbrand5-43/+12
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 Hildenbrand6-6/+51
2017-10-20s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNALDavid Hildenbrand2-0/+38
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 Hildenbrand2-0/+27
2017-10-20s390x/kvm: factor out actual handling of STOP interruptsDavid Hildenbrand3-8/+16
2017-10-20s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand11-359/+389
2017-10-20s390x/kvm: drop two debug printsDavid Hildenbrand1-2/+0
2017-10-20s390x/kvm: factor out storing of adtl CPU statusDavid Hildenbrand3-29/+31
2017-10-20s390x/kvm: factor out storing of CPU statusDavid Hildenbrand3-66/+65
2017-10-20s390x/kvm: generalize SIGP stop and restart interrupt injectionDavid Hildenbrand5-12/+53
2017-10-20s390x/kvm: pass ipb directly into handle_sigp()David Hildenbrand1-3/+3
2017-10-20target/s390x: interpret PSW_MASK_WAIT only for TCGDavid Hildenbrand1-1/+2
2017-10-20s390x/tcg: handle WAIT PSWs during interrupt injectionDavid Hildenbrand1-0/+6
2017-10-20target/s390x: factor out handling of WAIT PSW into s390_handle_wait()David Hildenbrand3-19/+23
2017-10-20s390x/tcg: a CPU cannot switch state due to an interruptDavid Hildenbrand1-1/+0
2017-10-20s390x/tcg: STOPPED cpus can never wake upDavid Hildenbrand1-0/+6
2017-10-20s390x/tcg: take care of external interrupt subclassesDavid Hildenbrand4-13/+50
2017-10-20s390x/tcg: rework checking for deliverable interruptsDavid Hildenbrand4-17/+62
2017-10-20s390x/tcg: injection of emergency signals and external callsDavid Hildenbrand4-2/+50
2017-10-20s390x/tcg: cleanup service interrupt injectionDavid Hildenbrand5-38/+10
2017-10-20s390x/tcg: turn INTERRUPT_EXT into a maskDavid Hildenbrand5-47/+61
2017-10-20s390x/css: be more consistent if broken beyond repairHalil Pasic1-12/+4
2017-10-20S390: use g_new() family of functionsMarc-André Lureau4-14/+14
2017-10-20Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-19-1...Peter Maydell10-487/+383
2017-10-20oslib-posix: Fix compiler warning and some data typesStefan Weil1-7/+8
2017-10-20Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell4-0/+0
2017-10-20docker: Fix PATH for ccacheFam Zheng1-1/+1
2017-10-20docker: fix out-of-tree 'make docker-test-build@debian-powerpc-cross'Greg Kurz1-1/+1
2017-10-20docker: allow running from srcdir != builddir buildPaolo Bonzini1-2/+2
2017-10-20docker: cleanup temp directory after testPeter Xu1-0/+2
2017-10-20docker: Don't allocate tty unless DEBUG=1Fam Zheng1-2/+2
2017-10-19Update OpenBIOS images to 83818bd built from submodule.Mark Cave-Ayland4-0/+0
2017-10-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell3-28/+79
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/seabios-1.11-prerelease-201...Peter Maydell10-0/+4
2017-10-19build: Fix dtc-checkout race condition in MakefileAaron Lindsay1-1/+1
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau6-15/+15
2017-10-19tpm: add a QOM TPM interfaceMarc-André Lureau3-0/+29