Revision cc84d90f block/vvfat.c

b/block/vvfat.c
2928 2928
    set_option_parameter_int(options, BLOCK_OPT_SIZE, s->sector_count * 512);
2929 2929
    set_option_parameter(options, BLOCK_OPT_BACKING_FILE, "fat:");
2930 2930

  
2931
    ret = bdrv_create(bdrv_qcow, s->qcow_filename, options);
2931
    ret = bdrv_create(bdrv_qcow, s->qcow_filename, options, &local_err);
2932 2932
    if (ret < 0) {
2933
        qerror_report_err(local_err);
2934
        error_free(local_err);
2933 2935
        goto err;
2934 2936
    }
2935 2937

  

Also available in: Unified diff