]> git.proxmox.com Git - qemu.git/blobdiff - block/bochs.c
smc91c111: Fix receive starvation
[qemu.git] / block / bochs.c
index a6eb33da4261696774e8557e0bfbb652a94d7f1b..51d9a905772e1f989abc018910178d90bb8a4b70 100644 (file)
@@ -108,7 +108,8 @@ static int bochs_probe(const uint8_t *buf, int buf_size, const char *filename)
     return 0;
 }
 
-static int bochs_open(BlockDriverState *bs, int flags)
+static int bochs_open(BlockDriverState *bs, QDict *options, int flags,
+                      Error **errp)
 {
     BDRVBochsState *s = bs->opaque;
     int i;