aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-15migration: new cmd MIG_CMD_RECV_BITMAPPeter Xu3-0/+64
2018-05-15migration: wakeup dst ram-load-thread for recoverPeter Xu1-2/+28
2018-05-15migration: new state "postcopy-recover"Peter Xu2-20/+60
2018-05-15migration: rebuild channel on sourcePeter Xu1-21/+70
2018-05-15qmp: hmp: add migrate "resume" optionPeter Xu4-6/+12
2018-05-15migration: allow fault thread to pausePeter Xu5-4/+57
2018-05-15migration: allow src return path to pausePeter Xu3-2/+36
2018-05-15migration: allow dst vm pause on postcopyPeter Xu4-2/+67
2018-05-15migration: implement "postcopy-pause" src logicPeter Xu3-6/+97
2018-05-15migration: new postcopy-pause statePeter Xu2-1/+6
2018-05-15migration: let incoming side use thread contextPeter Xu3-13/+12
2018-05-15migration: Define MultifdRecvParams soonerJuan Quintela1-15/+31
2018-05-15migration: Transmit initial package through the multifd channelsJuan Quintela1-5/+99
2018-05-15migration: Delay start of migration main routinesJuan Quintela4-2/+10
2018-05-15migration: Create multifd channelsJuan Quintela1-10/+42
2018-05-15migration: Export functions to create send channelsJuan Quintela2-1/+34
2018-05-15migration: Be sure all recv channels are createdJuan Quintela3-1/+17
2018-05-15migration: terminate_* can be called for other threadsJuan Quintela1-14/+30
2018-05-15migration: Introduce multifd_recv_new_channel()Juan Quintela3-1/+10
2018-05-15migration: Set error state in case of errorJuan Quintela1-2/+24
2018-05-15tests: Migration ppc now inlines its programJuan Quintela1-36/+5
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