mirror of https://github.com/xemu-project/xemu.git
block: fix2
This commit is contained in:
parent
44e031b8f9
commit
47510f053b
|
@ -114,7 +114,7 @@ static BlockDriver bdrv_memory = {
|
|||
.instance_size = sizeof(BDRVMemoryState),
|
||||
.bdrv_open = memory_open,
|
||||
.bdrv_close = memory_close,
|
||||
.bdrv_getlength = memory_getlength,
|
||||
.bdrv_co_getlength = memory_getlength,
|
||||
|
||||
// FIXME: Is this what we want? What's the difference between CO and AIO?
|
||||
.bdrv_co_preadv = memory_read,
|
||||
|
|
Loading…
Reference in New Issue