From 2bb6b5b275471746741a2760bd7330a5cdf29060 Mon Sep 17 00:00:00 2001 From: espes Date: Sun, 21 Jun 2015 04:10:41 +1000 Subject: [PATCH] bdrv_open changed --- block/blkmemory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/block/blkmemory.c b/block/blkmemory.c index 2ff8a0f7f9..3a5f9f7fde 100644 --- a/block/blkmemory.c +++ b/block/blkmemory.c @@ -34,7 +34,8 @@ typedef struct BDRVMemoryState { AddressSpace *as; } BDRVMemoryState; -static int memory_open(BlockDriverState *bs, QDict *options, int flags) +static int memory_open(BlockDriverState *bs, QDict *options, int flags, + Error **errp) { /* We're kinda unique in that we're inited with a MemoryRegion instead * of a file. A MemoryRegion pointer can't be put in QDict, so we have