bdrv_open changed

This commit is contained in:
espes 2015-06-21 04:10:41 +10:00
parent ff304138d7
commit 2bb6b5b275
1 changed files with 2 additions and 1 deletions

View File

@ -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