summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-14block: Fix snapshot=on cache modesKevin Wolf3-19/+25
2016-03-14blockdev: Snapshotting must not open second instance of old topKevin Wolf1-1/+6
2016-03-14quorum: modify vote rules for flush operationChanglong Xie1-5/+16
2016-03-14qmp event: Refactor QUORUM_REPORT_BADChanglong Xie4-7/+41
2016-03-14docs: fix invalid node name in qmp eventChanglong Xie1-1/+1
2016-03-14block/vpc: add tests for image creation force_size parameterJeff Cody2-0/+83
2016-03-14block/vpc: give option to force the current_size field in .bdrv_createJeff Cody1-7/+35
2016-03-14block/vpc: tests for auto-detecting VPC and Hyper-V VHD imagesJeff Cody6-0/+153
2016-03-14block/vpc: choose size calculation method based on creator_app fieldJeff Cody1-5/+82
2016-03-14block/qapi: Include empty drives in query-blockstatsKevin Wolf1-15/+33
2016-03-14block/qapi: Factor out bdrv_query_bds_stats()Kevin Wolf1-11/+20
2016-03-14block/qapi: Factor out bdrv_query_blk_stats()Kevin Wolf1-63/+68
2016-03-14qemu-img: eliminate memory leakPaolo Bonzini1-5/+4
2016-03-14Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-7...Peter Maydell6-19/+26
2016-03-14Merge remote-tracking branch 'remotes/berrange/tags/pull-io-win32-2016-03-11-...Peter Maydell24-244/+719
2016-03-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160311' into stagingPeter Maydell9-83/+289
2016-03-11postcopy: Remove the x-Dr. David Alan Gilbert5-11/+11
2016-03-11postcopy: listen thread is never joinedDr. David Alan Gilbert1-1/+1
2016-03-11migration: fix use-after-free in loadvm_postcopy_handle_run_bhDenis V. Lunev1-4/+12
2016-03-11migration: fix warning for source_return_path_threadPeter Xu1-3/+2
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange11-63/+46
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange7-19/+291
2016-03-10char: remove qemu_chr_open_socket_fd methodDaniel P. Berrange1-35/+24
2016-03-10char: remove socket_try_connect methodDaniel P. Berrange1-15/+10
2016-03-10char: remove qemu_chr_finish_socket_connection methodDaniel P. Berrange1-17/+7
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini4-7/+170
2016-03-10io: remove checking of EWOULDBLOCKDaniel P. Berrange3-12/+6
2016-03-10io: use qemu_accept to ensure SOCK_CLOEXEC is setDaniel P. Berrange1-2/+2
2016-03-10io: introduce qio_channel_create_socket_watchPaolo Bonzini3-4/+37
2016-03-10io: pass HANDLE to g_source_add_poll on Win32Paolo Bonzini1-2/+11
2016-03-10io: fix copy+paste mistake in socket error messageDaniel P. Berrange1-1/+1
2016-03-10io: assert errors before asserting content in I/O testDaniel P. Berrange1-2/+2
2016-03-10io: set correct error object in background reader test threadDaniel P. Berrange1-1/+1
2016-03-10io: wait for incoming client in socket testDaniel P. Berrange1-0/+2
2016-03-10io: bind to socket before creating QIOChannelSocketDaniel P. Berrange1-0/+10
2016-03-10io: initialize sockets in test programDaniel P. Berrange1-0/+1
2016-03-10io: use bind() to check for IPv4/6 availabilityDaniel P. Berrange1-48/+31
2016-03-10osdep: fix socket_error() to work with Mingw64Daniel P. Berrange4-30/+81
2016-03-10s390x/cpu: use g_new0Cornelia Huck1-1/+1
2016-03-10s390x: Introduce S390MachineClassJanosch Frank2-14/+41
2016-03-10s390x: Introduce machine definition macrosJanosch Frank1-42/+47
2016-03-10pc-bios/s390-ccw: fix old bug in ptr incrementEugene (jno) Dvurechenski1-1/+1
2016-03-10s390x/cpu: Allow hotplug of CPUsMatthew Rosato2-0/+17
2016-03-10s390x/cpu: Add error handling to cpu creationMatthew Rosato5-7/+112
2016-03-10s390x/cpu: Add CPU property linksMatthew Rosato2-5/+46
2016-03-10s390x/cpu: Tolerate max_cpusMatthew Rosato1-5/+6
2016-03-10s390x/cpu: Get rid of side effects when creating a vcpuMatthew Rosato2-5/+17
2016-03-10s390x/cpu: Set initial CPU state in common routineMatthew Rosato2-4/+2
2016-03-10s390x/cpu: Cleanup init in preparation for hotplugMatthew Rosato3-6/+6
2016-03-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into st...Peter Maydell7-15/+458