aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-19tpm-tis: fold TPMTISEmuState in TPMStateMarc-André Lureau1-179/+157
2017-10-19tpm-tis: remove tpm_tis.h headerMarc-André Lureau3-96/+71
2017-10-19tpm-tis: move TPMState to TIS headerMarc-André Lureau3-21/+22
2017-10-19tpm: remove locty_data from TPMStateMarc-André Lureau3-11/+6
2017-10-19tpm-emulator: fix error handlingMarc-André Lureau1-6/+8
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau6-44/+50
2017-10-19tpm: remove locty argument from receive_cbMarc-André Lureau4-9/+5
2017-10-19tpm: remove needless castMarc-André Lureau1-1/+1
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau4-58/+29
2017-10-19tpm: remove configure_tpm() hopMarc-André Lureau1-6/+1
2017-10-19tpm: remove init() class methodMarc-André Lureau2-5/+1
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau6-68/+53
2017-10-19tpm: move TPMSizedBuffer to tpm_tis.hMarc-André Lureau2-5/+5
2017-10-19tpm: remove tpm_register_driver()Marc-André Lureau4-11/+0
2017-10-19tpm: replace tpm_get_backend_driver() to drop be_driversMarc-André Lureau1-8/+3
2017-10-19tpm: lookup tpm backend class in tpm_driver_find_by_type()Marc-André Lureau1-8/+21
2017-10-19tpm: make tpm_get_backend_driver() staticMarc-André Lureau2-2/+1
2017-10-19tpm-tis: remove RAISE_STS_IRQMarc-André Lureau1-23/+1
2017-10-19tpm-tis: remove unused hw_access argumentMarc-André Lureau1-10/+3