]> git.ipfire.org Git - thirdparty/qemu.git/commit
mirror: Rewrite mirror_iteration
authorFam Zheng <famz@redhat.com>
Fri, 5 Feb 2016 02:00:29 +0000 (10:00 +0800)
committerJeff Cody <jcody@redhat.com>
Mon, 29 Feb 2016 19:54:31 +0000 (14:54 -0500)
commite5b43573e28b226621ac6ed9ad71e1a72d71922d
tree1137434929c04ac38ec39855957c560de1496062
parent04a3615860d693cbf5da015ee136a313628a42be
mirror: Rewrite mirror_iteration

The "pnum < nb_sectors" condition in deciding whether to actually copy
data is unnecessarily strict, and the qiov initialization is
unnecessarily for bdrv_aio_write_zeroes and bdrv_aio_discard.

Rewrite mirror_iteration to fix both flaws.

The output of iotests 109 is updated because we now report the offset
and len slightly differently in mirroring progress.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 1454637630-10585-2-git-send-email-famz@redhat.com
Signed-off-by: Jeff Cody <jcody@redhat.com>
block/mirror.c
tests/qemu-iotests/109.out
trace-events