Home | History | Annotate | Download | only in qemu

Lines Matching refs:bdrv_find_format

167 BlockDriver *bdrv_find_format(const char *format_name)
198 BlockDriver *drv = bdrv_find_format(format_name);
217 drv = bdrv_find_format("file");
312 return bdrv_find_format("file");
317 return bdrv_find_format("file");
349 drv = bdrv_find_format("raw");
563 bdrv_qcow2 = bdrv_find_format("qcow2");
612 back_drv = bdrv_find_format(bs->backing_format);