aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell38-706/+1450
2016-03-14Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-03-14-v2'...Kevin Wolf13-413/+603
2016-03-14iotests: Add test for QMP event ratesAlberto Garcia3-0/+135
2016-03-14monitor: Use QEMU_CLOCK_VIRTUAL for the event queue in qtest modeAlberto Garcia1-3/+10
2016-03-14monitor: Separate QUORUM_REPORT_BAD events according to the node nameAlberto Garcia1-0/+9
2016-03-14quorum: Fix crash in quorum_aio_cb()Alberto Garcia1-5/+7
2016-03-14iotests: Correct 081's reference outputMax Reitz1-1/+1
2016-03-14block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng1-2/+0
2016-03-14block: Move block dirty bitmap code to separate filesFam Zheng5-395/+433
2016-03-14typedefs: Add BdrvDirtyBitmapFam Zheng2-1/+1
2016-03-14block: Include hbitmap.h in block.hFam Zheng1-1/+1
2016-03-14backup: Use Bitmap to replace "s->bitmap"Fam Zheng1-5/+6
2016-03-14Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-16/+56
2016-03-14vpc: Use BB functions in .bdrv_create()Kevin Wolf1-16/+21
2016-03-14vmdk: Use BB functions in .bdrv_create()Kevin Wolf1-34/+43
2016-03-14vhdx: Use BB functions in .bdrv_create()Kevin Wolf1-13/+16
2016-03-14vdi: Use BB functions in .bdrv_create()Kevin Wolf1-9/+14
2016-03-14sheepdog: Use BB functions in .bdrv_create()Kevin Wolf1-19/+24
2016-03-14qed: Use BB functions in .bdrv_create()Kevin Wolf1-13/+15
2016-03-14qcow2: Use BB functions in .bdrv_create()Kevin Wolf1-29/+33
2016-03-14qcow: Use BB functions in .bdrv_create()Kevin Wolf1-11/+14
2016-03-14parallels: Use BB functions in .bdrv_create()Kevin Wolf1-11/+14
2016-03-14block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf2-7/+17
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf8-11/+22
2016-03-14hmp: Extend drive_del to delete nodes without BBKevin Wolf1-0/+9
2016-03-14hmp: 'drive_add -n' for creating a node without BBKevin Wolf4-2/+41
2016-03-14vmdk: Switch to heap arrays for vmdk_parent_openFam Zheng1-6/+11
2016-03-14vmdk: Switch to heap arrays for vmdk_read_cidFam Zheng1-1/+4
2016-03-14vmdk: Switch to heap arrays for vmdk_write_cidFam Zheng1-11/+14
2016-03-14block: Fix cache mode defaults in bds_tree_init()Kevin Wolf1-0/+7
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/awilliam/tags/vfio-update-20160311.0' i...Peter Maydell9-415/+549
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-14trace: separate MMIO tracepoints from TB-access tracepointsHollis Blanchard2-0/+32
2016-03-14trace: include CPU index in trace_memory_region_*()Hollis Blanchard2-16/+24
2016-03-11postcopy: Remove the x-Dr. David Alan Gilbert5-11/+11