Revision de9c0cec block/qcow2.c

b/block/qcow2.c
1265 1265
     */
1266 1266
    BlockDriver* drv = bdrv_find_format("qcow2");
1267 1267
    assert(drv != NULL);
1268
    ret = bdrv_open(bs, filename,
1268
    ret = bdrv_open(bs, filename, NULL,
1269 1269
        BDRV_O_RDWR | BDRV_O_CACHE_WB | BDRV_O_NO_FLUSH, drv);
1270 1270
    if (ret < 0) {
1271 1271
        goto out;

Also available in: Unified diff