View | Details | Raw Unified | Return to bug 761684
Collapse All | Expand All

(-)qemu-1.0.1/qemu-img.c (-1 / +2 lines)
Lines 737-742 static int img_convert(int argc, char ** Link Here
737
737
738
    out_filename = argv[argc - 1];
738
    out_filename = argv[argc - 1];
739
739
740
    qemu_progress_init(progress, 2.0);
741
740
    if (options && !strcmp(options, "?")) {
742
    if (options && !strcmp(options, "?")) {
741
        ret = print_block_option_help(out_filename, out_fmt);
743
        ret = print_block_option_help(out_filename, out_fmt);
742
        goto out;
744
        goto out;
Lines 749-755 static int img_convert(int argc, char ** Link Here
749
        goto out;
751
        goto out;
750
    }
752
    }
751
        
753
        
752
    qemu_progress_init(progress, 2.0);
753
    qemu_progress_print(0, 100);
754
    qemu_progress_print(0, 100);
754
755
755
    bs = g_malloc0(bs_n * sizeof(BlockDriverState *));
756
    bs = g_malloc0(bs_n * sizeof(BlockDriverState *));

Return to bug 761684