summaryrefslogtreecommitdiff
path: root/trace-events
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2016-02-05 10:00:29 +0800
committerJeff Cody <jcody@redhat.com>2016-02-29 14:54:31 -0500
commite5b43573e28b226621ac6ed9ad71e1a72d71922d (patch)
tree1137434929c04ac38ec39855957c560de1496062 /trace-events
parent04a3615860d693cbf5da015ee136a313628a42be (diff)
downloadqemu-e5b43573e28b226621ac6ed9ad71e1a72d71922d.tar.gz
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>
Diffstat (limited to 'trace-events')
-rw-r--r--trace-events1
1 files changed, 0 insertions, 1 deletions
diff --git a/trace-events b/trace-events
index 075ec27100..deb4d808bd 100644
--- a/trace-events
+++ b/trace-events
@@ -97,7 +97,6 @@ mirror_yield(void *s, int64_t cnt, int buf_free_count, int in_flight) "s %p dirt
mirror_yield_in_flight(void *s, int64_t sector_num, int in_flight) "s %p sector_num %"PRId64" in_flight %d"
mirror_yield_buf_busy(void *s, int nb_chunks, int in_flight) "s %p requested chunks %d in_flight %d"
mirror_break_buf_busy(void *s, int nb_chunks, int in_flight) "s %p requested chunks %d in_flight %d"
-mirror_break_iov_max(void *s, int nb_chunks, int added_chunks) "s %p requested chunks %d added_chunks %d"
# block/backup.c
backup_do_cow_enter(void *job, int64_t start, int64_t sector_num, int nb_sectors) "job %p start %"PRId64" sector_num %"PRId64" nb_sectors %d"