Home | History | Annotate | Download | only in block

Lines Matching refs:bdrv_qcow

2784     BlockDriver *bdrv_qcow;
2794 bdrv_qcow = bdrv_find_format("qcow");
2795 options = parse_option_parameters("", bdrv_qcow->create_options, NULL);
2799 if (bdrv_create(bdrv_qcow, s->qcow_filename, options) < 0)
2803 bdrv_open(s->qcow, s->qcow_filename, BDRV_O_RDWR, bdrv_qcow) < 0)