block: fix2

This commit is contained in:
wutno 2025-03-08 19:21:49 -05:00
parent 44e031b8f9
commit 47510f053b
1 changed files with 1 additions and 1 deletions

View File

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