mirror of https://github.com/xemu-project/xemu.git
bdrv_open changed
This commit is contained in:
parent
ff304138d7
commit
2bb6b5b275
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue