On 05/06/2016 11:51 PM, Stefan Hajnoczi wrote:
On Fri, Apr 15, 2016 at 04:10:30PM +0800, Changlong Xie wrote:
Block replication is a very important feature which is used for
continuous checkpoints(for example: COLO).
You can get the detailed information about block replication from here:
http://wiki.qemu.org/Features/BlockReplication
Usage:
Please refer to docs/block-replication.txt
This patch series is based on the following patch series:
http://lists.nongnu.org/archive/html/qemu-devel/2016-04/msg02093.html
You can get the patch here:
https://github.com/Pating/qemu/tree/changlox/block-replication-v18
You can get the patch with framework here:
https://github.com/Pating/qemu/tree/changlox/colo_framework_v17
Overall I'm happy with the approach. I posted some specific comments on
the main patch.
I've also pinged Jeff Cody, block jobs maintainer, to check that he's
comfortable with the "internal" block jobs that this patch series runs.
Hi jeff
Do you have any comments on "internal" block jobs(see patch 5/8)?
Thanks
-Xie