]> git.proxmox.com Git - qemu.git/blobdiff - block/cloop.c
smc91c111: Fix receive starvation
[qemu.git] / block / cloop.c
index 8fe13e92a1712076a84bc63c23954cefaacf8942..b907023e106a9de628d7fc8725810c2335849030 100644 (file)
@@ -53,7 +53,8 @@ static int cloop_probe(const uint8_t *buf, int buf_size, const char *filename)
     return 0;
 }
 
-static int cloop_open(BlockDriverState *bs, int flags)
+static int cloop_open(BlockDriverState *bs, QDict *options, int flags,
+                      Error **errp)
 {
     BDRVCloopState *s = bs->opaque;
     uint32_t offsets_size, max_compressed_block_size = 1, i;