summaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)Author
2017-10-24tpm: add missing includePhilippe Mathieu-Daudé
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau
2017-10-19tpm: remove locty argument from receive_cbMarc-André Lureau
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau
2017-10-19tpm: remove init() class methodMarc-André Lureau
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau
2017-10-19tpm: move TPMSizedBuffer to tpm_tis.hMarc-André Lureau
2017-10-19tpm: remove tpm_register_driver()Marc-André Lureau
2017-10-19tpm: make tpm_get_backend_driver() staticMarc-André Lureau
2017-10-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-10-15dump: add guest ELF noteMarc-André Lureau
2017-10-13tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri
2017-10-13tpm-backend: Add new API to read backend TpmInfoAmarnath Valluri
2017-10-13tpm-backend: Made few interface methods optionalAmarnath Valluri
2017-10-13tpm-backend: Initialize and free data members in it's own methodsAmarnath Valluri
2017-10-13tpm-backend: Move thread handling inside TPMBackendAmarnath Valluri
2017-10-13tpm-backend: Remove unneeded member variable from backend classAmarnath Valluri
2017-10-09vl: exit if maxcpus is negativeSeeteena Thoufeek
2017-10-03iothread: export iothread_stop()Peter Xu
2017-10-03iothread: provide helpers for internal usePeter Xu
2017-10-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-10-02kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz
2017-10-02watchdog.h: Drop local redefinition of actions enumMichal Privoznik
2017-09-22seccomp: Don't include libseccomp from QEMU headerFam Zheng
2017-09-15seccomp: add resourcecontrol argument to command lineEduardo Otubo
2017-09-15seccomp: add spawn argument to command lineEduardo Otubo
2017-09-15seccomp: add elevateprivileges argument to command lineEduardo Otubo
2017-09-15seccomp: add obsolete argument to command lineEduardo Otubo
2017-09-15seccomp: changing from whitelist to blacklistEduardo Otubo
2017-09-14hmp: extend "info numa" with hotplugged memory informationVadim Galitsyn
2017-09-08qemu-iothread: IOThread supports the GMainContext event loopWang Yong
2017-09-05block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis
2017-09-04tpm: Clean up model registration & lookupMarkus Armbruster
2017-09-04tpm: Clean up driver registration & lookupMarc-André Lureau
2017-08-23block-backend: Allow more "can inactivate" casesFam Zheng
2017-08-08kvm: workaround build break on gcc-7.1.1 / fedora26Greg Kurz
2017-07-19Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell
2017-07-18xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin
2017-07-18block: Make blk_all_next() publicKevin Wolf
2017-07-18block: Make blk_get_attached_dev_id() publicKevin Wolf
2017-07-13Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2017-07-11' in...Peter Maydell
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf
2017-07-04vl: convert -tb-size to qemu_strtoulPaolo Bonzini
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth
2017-06-28migration: move only_migratable to MigrationStatePeter Xu
2017-06-28accel: introduce AccelClass.global_propsPeter Xu
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis