projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24f833c
)
qemu-img: decrease progress update interval on convert
author
Peter Lieven
<pl@kamp.de>
Wed, 27 Nov 2013 10:07:09 +0000
(11:07 +0100)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Fri, 6 Dec 2013 15:53:50 +0000
(16:53 +0100)
when doing very large jobs updating the progress only every 2%
is too rare.
Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
qemu-img.c
patch
|
blob
|
history
diff --git
a/qemu-img.c
b/qemu-img.c
index 76f05f2e945cf4144efcd756eed7fbd366111a3f..7dfe982b0c5fe559029ceb32cc2778118cc5ad01 100644
(file)
--- a/
qemu-img.c
+++ b/
qemu-img.c
@@
-1245,7
+1245,7
@@
static int img_convert(int argc, char **argv)
out_filename = argv[argc - 1];
/* Initialize before goto out */
- qemu_progress_init(progress,
2
.0);
+ qemu_progress_init(progress,
1
.0);
if (options && is_help_option(options)) {
ret = print_block_option_help(out_filename, out_fmt);