aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell45-458/+5072
2015-10-22hw/isa/lpc_ich9: inject the SMI on the VCPU that is writing to APM_CNTLaszlo Ersek1-1/+1
2015-10-22i386: keep cpu_model field in MachineState uptodateZhu Guihua4-12/+11
2015-10-22vhost: set the correct queue index in case of migration with multiqueueThibaut Collet1-3/+5
2015-10-22piix: fix resource leak reported by Coverityzhanghailiang1-4/+7
2015-10-22seccomp: add memfd_create to whitelistEduardo Otubo1-1/+2
2015-10-22vhost-user-test: check ownership during migrationMarc-André Lureau1-0/+38
2015-10-22vhost-user-test: add live-migration testMarc-André Lureau1-2/+169
2015-10-22vhost-user-test: learn to tweak various qemu argumentsMarc-André Lureau1-10/+15
2015-10-22vhost-user-test: wrap server in TestServer structMarc-André Lureau1-50/+89
2015-10-22vhost-user-test: remove useless static checkMarc-André Lureau1-1/+0
2015-10-22vhost-user-test: move wait_for_fds() outMarc-André Lureau1-4/+14
2015-10-22vhost: add migration block if memfd failedMarc-André Lureau3-0/+27
2015-10-22vhost-user: use an enum helper for features maskThibaut Collet1-4/+9
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet6-3/+89
2015-10-22vhost user: add support of live migrationThibaut Collet2-2/+12
2015-10-22net: add trace_vhost_user_eventMarc-André Lureau2-2/+5
2015-10-22vhost-user: document migration logMarc-André Lureau1-2/+46
2015-10-22vhost: use a function for each callMarc-André Lureau7-279/+509
2015-10-22vhost-user: add a migration blockerMarc-André Lureau2-4/+21
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau4-6/+33
2015-10-22vhost: alloc shareable logMarc-André Lureau2-11/+49
2015-10-22vhost-user: add vhost_user_requires_shm_log()Marc-André Lureau2-2/+16
2015-10-22vhost: add vhost_set_log_base opMarc-André Lureau4-4/+27
2015-10-22vhost: document log resizingMarc-André Lureau1-0/+2
2015-10-22util: add fallback for qemu_memfd_alloc()Marc-André Lureau1-2/+18
2015-10-22util: add memfd helpersMarc-André Lureau2-1/+75
2015-10-22util: add linux-only memfd fallbackMarc-André Lureau3-0/+75
2015-10-22build-sys: split util-obj- on multi-linesMarc-André Lureau1-3/+8
2015-10-22linux-headers: add unistd.hMarc-André Lureau11-4/+3404
2015-10-22configure: probe for memfdMarc-André Lureau1-0/+19
2015-10-22virtio: add some migration docCornelia Huck1-0/+106
2015-10-22vhost: fail backend intialization earlyIgor Mammedov1-0/+6
2015-10-22pc-dimm: add vhost slots limit check before commiting to hotplugIgor Mammedov1-0/+7
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov7-0/+57
2015-10-21Merge remote-tracking branch 'remotes/xtensa/tags/20151021-xtensa' into stagingPeter Maydell6-22/+74
2015-10-21target-xtensa: implement S32NBMax Filippov1-0/+11
2015-10-21target-xtensa: implement depbits instructionMax Filippov3-0/+26
2015-10-21target-xtensa: xtfpga: attach FLASH to system IOMax Filippov1-14/+27
2015-10-21target-xtensa: use CPU_LOG_MMU for MMU event loggingMax Filippov2-6/+6
2015-10-21target-xtensa: add window overflow check to L32E/S32EMax Filippov1-2/+4
2015-10-21Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into sta...Peter Maydell9-67/+168
2015-10-21s390x/cmma: clean up cmma resetDavid Hildenbrand4-13/+9
2015-10-21s390x: reset crypto only on clear reset and QEMU resetDavid Hildenbrand4-3/+14
2015-10-21s390x: machine reset function with new ipl cpu handlingDavid Hildenbrand5-13/+32
2015-10-21s390x/ipl: we always have an ipl deviceDavid Hildenbrand3-20/+15
2015-10-21s390x: unify device reset during subsystem_reset()David Hildenbrand1-17/+14
2015-10-21net: don't set native endiannessMichael S. Tsirkin1-0/+8
2015-10-21exec: factor out duplicate mmap codeMichael S. Tsirkin5-61/+96
2015-10-20Merge remote-tracking branch 'remotes/berrange/tags/io-channel-3-for-upstream...Peter Maydell47-199/+613