summaryrefslogtreecommitdiffstats
path: root/include/sysemu
Commit message (Expand)AuthorAgeFilesLines
* hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth2017-12-141-2/+0Star
* tpm: add missing includePhilippe Mathieu-Daudé2017-10-241-0/+1
* tpm: move recv_data_callback to TPM interfaceMarc-André Lureau2017-10-191-5/+1Star
* tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau2017-10-191-3/+13
* tpm: remove locty argument from receive_cbMarc-André Lureau2017-10-191-1/+1
* tpm: remove unused TPMBackendCmdMarc-André Lureau2017-10-191-8/+1Star
* tpm: remove init() class methodMarc-André Lureau2017-10-191-2/+0Star
* tpm: remove TPMDriverOpsMarc-André Lureau2017-10-191-10/+5Star
* tpm: move TPMSizedBuffer to tpm_tis.hMarc-André Lureau2017-10-191-5/+0Star
* tpm: remove tpm_register_driver()Marc-André Lureau2017-10-191-1/+0Star
* tpm: make tpm_get_backend_driver() staticMarc-André Lureau2017-10-191-1/+0Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-10-161-0/+2
|\
| * dump: add guest ELF noteMarc-André Lureau2017-10-151-0/+2
* | tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri2017-10-131-12/+0Star
* | tpm-backend: Add new API to read backend TpmInfoAmarnath Valluri2017-10-131-2/+13
* | tpm-backend: Made few interface methods optionalAmarnath Valluri2017-10-131-11/+2Star
* | tpm-backend: Initialize and free data members in it's own methodsAmarnath Valluri2017-10-131-7/+0Star
* | tpm-backend: Move thread handling inside TPMBackendAmarnath Valluri2017-10-132-53/+20Star
* | tpm-backend: Remove unneeded member variable from backend classAmarnath Valluri2017-10-131-1/+0Star
|/
* vl: exit if maxcpus is negativeSeeteena Thoufeek2017-10-101-1/+1
* iothread: export iothread_stop()Peter Xu2017-10-031-0/+1
* iothread: provide helpers for internal usePeter Xu2017-10-031-0/+8
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-10-031-1/+1
|\
| * kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz2017-10-021-1/+1
* | watchdog.h: Drop local redefinition of actions enumMichal Privoznik2017-10-021-10/+2Star
|/
* seccomp: Don't include libseccomp from QEMU headerFam Zheng2017-09-221-2/+0Star
* seccomp: add resourcecontrol argument to command lineEduardo Otubo2017-09-151-0/+1
* seccomp: add spawn argument to command lineEduardo Otubo2017-09-151-0/+1
* seccomp: add elevateprivileges argument to command lineEduardo Otubo2017-09-151-0/+1
* seccomp: add obsolete argument to command lineEduardo Otubo2017-09-151-1/+2
* seccomp: changing from whitelist to blacklistEduardo Otubo2017-09-151-0/+2
* hmp: extend "info numa" with hotplugged memory informationVadim Galitsyn2017-09-141-1/+6
* qemu-iothread: IOThread supports the GMainContext event loopWang Yong2017-09-081-0/+4
* block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis2017-09-051-17/+3Star
* tpm: Clean up model registration & lookupMarkus Armbruster2017-09-041-1/+1
* tpm: Clean up driver registration & lookupMarc-André Lureau2017-09-041-1/+1
* block-backend: Allow more "can inactivate" casesFam Zheng2017-08-231-0/+1
* kvm: workaround build break on gcc-7.1.1 / fedora26Greg Kurz2017-08-081-10/+4Star
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell2017-07-191-1/+10
|\
| * xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin2017-07-181-1/+10
* | block: Make blk_all_next() publicKevin Wolf2017-07-181-0/+1
* | block: Make blk_get_attached_dev_id() publicKevin Wolf2017-07-181-0/+1
|/
* Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2017-07-11' in...Peter Maydell2017-07-131-1/+2
|\
| * block: Add PreallocMode to blk_truncate()Max Reitz2017-07-111-1/+2
* | ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf2017-07-111-0/+11
|/
* vl: convert -tb-size to qemu_strtoulPaolo Bonzini2017-07-041-1/+1
* include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth2017-07-041-5/+13
* Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth2017-07-041-15/+0Star
* migration: move only_migratable to MigrationStatePeter Xu2017-06-281-1/+0Star
* accel: introduce AccelClass.global_propsPeter Xu2017-06-281-0/+11