aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
2017-12-22i386: hvf: implement vga dirty page trackingSergio Andres Gomez Del Real1-0/+5
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real1-0/+102
2017-12-19iothread: fix iothread_stop() race conditionStefan Hajnoczi1-1/+2
2017-12-19iothread: add iothread_by_id() APIStefan Hajnoczi1-0/+1
2017-12-18i386/hax: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-12-17Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-15-1...Peter Maydell2-35/+63
2017-12-14tpm: tpm_emulator: get and set buffer size of deviceStefan Berger1-2/+4
2017-12-14tpm: Move getting TPM buffer size to backendsStefan Berger1-0/+12
2017-12-14tpm: remove tpm_register_model()Marc-André Lureau1-2/+0
2017-12-14acpi: change TPM TIS data conditionsMarc-André Lureau1-0/+3
2017-12-14tpm: add TPM interface to lookup TPM versionMarc-André Lureau1-3/+2
2017-12-14tpm: lookup the the TPM interface instead of TIS deviceMarc-André Lureau1-10/+15
2017-12-14tpm: rename qemu_find_tpm() -> qemu_find_tpm_be()Marc-André Lureau1-1/+1
2017-12-14tpm-backend: move set 'id' to common codeMarc-André Lureau1-1/+1
2017-12-14tpm-be: update optional function pointersMarc-André Lureau1-1/+4
2017-12-14tpm: remove unused opened codeMarc-André Lureau1-12/+0
2017-12-14tpm-be: ask model to the TPM interfaceMarc-André Lureau2-1/+1
2017-12-14tpm-be: report error instead of front-endMarc-André Lureau1-1/+2
2017-12-14tpm-be: call request_completed() out of threadMarc-André Lureau2-1/+1
2017-12-14tpm-tis: no longer expose TPMStateMarc-André Lureau1-2/+0
2017-12-14tpm-backend: store TPMIf interface, improve backend_init()Marc-André Lureau2-4/+4
2017-12-14tpm: move TpmIf in include/sysemu/tpm.hMarc-André Lureau1-0/+19
2017-12-15spapr: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov1-10/+0
2017-12-14hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth1-2/+0
2017-10-24tpm: add missing includePhilippe Mathieu-Daudé1-0/+1
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau1-5/+1
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau1-3/+13
2017-10-19tpm: remove locty argument from receive_cbMarc-André Lureau1-1/+1
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau1-8/+1
2017-10-19tpm: remove init() class methodMarc-André Lureau1-2/+0
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau1-10/+5
2017-10-19tpm: move TPMSizedBuffer to tpm_tis.hMarc-André Lureau1-5/+0
2017-10-19tpm: remove tpm_register_driver()Marc-André Lureau1-1/+0
2017-10-19tpm: make tpm_get_backend_driver() staticMarc-André Lureau1-1/+0
2017-10-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+2
2017-10-15dump: add guest ELF noteMarc-André Lureau1-0/+2
2017-10-13tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri1-12/+0
2017-10-13tpm-backend: Add new API to read backend TpmInfoAmarnath Valluri1-2/+13
2017-10-13tpm-backend: Made few interface methods optionalAmarnath Valluri1-11/+2
2017-10-13tpm-backend: Initialize and free data members in it's own methodsAmarnath Valluri1-7/+0
2017-10-13tpm-backend: Move thread handling inside TPMBackendAmarnath Valluri2-53/+20
2017-10-13tpm-backend: Remove unneeded member variable from backend classAmarnath Valluri1-1/+0
2017-10-09vl: exit if maxcpus is negativeSeeteena Thoufeek1-1/+1
2017-10-03iothread: export iothread_stop()Peter Xu1-0/+1
2017-10-03iothread: provide helpers for internal usePeter Xu1-0/+8
2017-10-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-10-02kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz1-1/+1
2017-10-02watchdog.h: Drop local redefinition of actions enumMichal Privoznik1-10/+2
2017-09-22seccomp: Don't include libseccomp from QEMU headerFam Zheng1-2/+0
2017-09-15seccomp: add resourcecontrol argument to command lineEduardo Otubo1-0/+1