aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-15tests: Add migration precopy testJuan Quintela1-2/+42
2018-05-15migration: fix saving normal page even if it's been compressedXiao Guangrong1-1/+1
2018-05-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell60-429/+1174
2018-05-15Merge remote-tracking branch 'mreitz/tags/pull-block-2018-05-15' into queue-b...Kevin Wolf36-159/+862
2018-05-15iotests: Add test for -U/force-share conflictsMax Reitz2-0/+33
2018-05-15qemu-img: Use only string options in img_open_optsMax Reitz1-2/+2
2018-05-15qemu-io: Use purely string blockdev optionsMax Reitz1-2/+2
2018-05-15block: Document BDRV_REQ_WRITE_UNCHANGED supportMax Reitz1-2/+16
2018-05-15qemu-img: Check post-truncation sizeMax Reitz1-4/+35
2018-05-15iotests: Add test for COR across nodesMax Reitz3-0/+144
2018-05-15iotests: Copy 197 for COR filter driverMax Reitz3-0/+147
2018-05-15iotests: Clean up wrap image in 197Max Reitz1-0/+1
2018-05-15block: Support BDRV_REQ_WRITE_UNCHANGED in filtersMax Reitz7-14/+28
2018-05-15block/quorum: Support BDRV_REQ_WRITE_UNCHANGEDMax Reitz1-6/+13
2018-05-15block: Set BDRV_REQ_WRITE_UNCHANGED for COR writesMax Reitz1-2/+4
2018-05-15block: Add BDRV_REQ_WRITE_UNCHANGED flagMax Reitz2-2/+10
2018-05-15block: BLK_PERM_WRITE includes ..._UNCHANGEDMax Reitz1-0/+3
2018-05-15block: Add COR filter driverMax Reitz3-2/+176
2018-05-15iotests: Skip 181 and 201 without userfaultfdMax Reitz2-0/+26
2018-05-15iotests: Add failure matching to common.qemuMax Reitz1-7/+51
2018-05-15docs: Document the new default sizes of the qcow2 cachesAlberto Garcia1-17/+16
2018-05-15qcow2: Give the refcount cache the minimum possible size by defaultAlberto Garcia3-17/+20
2018-05-15specs/qcow2: Clarify that compressed clusters have the COPIED bit resetAlberto Garcia1-4/+4
2018-05-15Fix error message about compressed clusters with OFLAG_COPIEDAlberto Garcia1-2/+2
2018-05-15iotests: Split 214 off of 122Max Reitz5-80/+133
2018-05-15blockjob: Add block_job_driver()Kevin Wolf3-3/+17
2018-05-15blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf6-19/+29
2018-05-15blockjob: Implement block_job_set_speed() centrallyKevin Wolf7-72/+12
2018-05-15blockjob: Move RateLimit to BlockJobKevin Wolf5-12/+13
2018-05-15blockjob: Wrappers for progress counter accessKevin Wolf6-29/+63
2018-05-15blockjob: Fix assertion in block_job_finalize()Kevin Wolf1-1/+1
2018-05-15blockjob: expose error string via queryJohn Snow2-1/+7
2018-05-15hmp: Allow using a qdev id in block_set_io_throttleAlberto Garcia2-3/+14
2018-05-15block: Merge .bdrv_co_writev{,_flags} in driversEric Blake11-24/+32
2018-05-15block: Drop last of the sector-based aio callbacksEric Blake2-54/+36
2018-05-15vxhs: Switch to byte-based callbacksEric Blake1-21/+22
2018-05-15rbd: Switch to byte-based callbacksEric Blake1-18/+22
2018-05-15null: Switch to byte-based read/writeEric Blake1-22/+23
2018-05-15file-win32: Switch to byte-based callbacksEric Blake3-22/+32
2018-05-15block: Support byte-based aio callbacksEric Blake2-9/+35
2018-05-15block-backend: simplify blk_get_aio_contextDaniel Henrique Barboza1-7/+1
2018-05-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180515'...Peter Maydell11-71/+428
2018-05-15tcg: Optionally log FPU state in TCG -d cpu loggingPeter Maydell3-3/+9
2018-05-15sdcard: Correct CRC16 offset in sd_function_switch()Philippe Mathieu-Daudé1-1/+1
2018-05-15target/arm: Fix sqrt_f16 exception raisingAlex Bennée1-1/+2
2018-05-15target/arm: Implement FMOV (immediate) for fp16Alex Bennée1-3/+17
2018-05-15target/arm: Implement FCSEL for fp16Alex Bennée1-6/+25
2018-05-15target/arm: Implement FCMP for fp16Alex Bennée3-17/+83
2018-05-15target/arm: Implement FP data-processing (3 source) for fp16Richard Henderson1-0/+48
2018-05-15target/arm: Implement FP data-processing (2 source) for fp16Richard Henderson1-0/+65