aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-15seccomp: add spawn argument to command lineEduardo Otubo1-0/+1
2017-09-15seccomp: add elevateprivileges argument to command lineEduardo Otubo1-0/+1
2017-09-15seccomp: add obsolete argument to command lineEduardo Otubo1-1/+2
2017-09-15seccomp: changing from whitelist to blacklistEduardo Otubo1-0/+2
2017-09-14hmp: extend "info numa" with hotplugged memory informationVadim Galitsyn1-1/+6
2017-09-08qemu-iothread: IOThread supports the GMainContext event loopWang Yong1-0/+4
2017-09-05block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis1-17/+3
2017-09-04tpm: Clean up model registration & lookupMarkus Armbruster1-1/+1
2017-09-04tpm: Clean up driver registration & lookupMarc-André Lureau1-1/+1
2017-08-23block-backend: Allow more "can inactivate" casesFam Zheng1-0/+1
2017-08-08kvm: workaround build break on gcc-7.1.1 / fedora26Greg Kurz1-10/+4
2017-07-19Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell1-1/+10
2017-07-18xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin1-1/+10
2017-07-18block: Make blk_all_next() publicKevin Wolf1-0/+1
2017-07-18block: Make blk_get_attached_dev_id() publicKevin Wolf1-0/+1
2017-07-13Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2017-07-11' in...Peter Maydell1-1/+2
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz1-1/+2
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf1-0/+11
2017-07-04vl: convert -tb-size to qemu_strtoulPaolo Bonzini1-1/+1
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth1-5/+13
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth1-15/+0
2017-06-28migration: move only_migratable to MigrationStatePeter Xu1-1/+0
2017-06-28accel: introduce AccelClass.global_propsPeter Xu1-0/+11
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis1-10/+10
2017-06-16throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini1-5/+2
2017-06-16block: access io_limits_disabled with atomic opsPaolo Bonzini1-1/+2
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger1-4/+7
2017-06-06Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170606' int...Peter Maydell4-0/+13
2017-06-06migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson4-0/+13
2017-06-05numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov1-0/+1
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell1-499/+0
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-499/+0
2017-06-01migration: Create include for migration snapshotsJuan Quintela1-3/+0
2017-06-01Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170531' i...Peter Maydell1-47/+0
2017-06-01Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-11/+0
2017-05-31migration: Create savevm.h for functions exported from savevm.cJuan Quintela1-47/+0
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi2-8/+27