mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
block: fix2
This commit is contained in:
parent
44e031b8f9
commit
47510f053b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue