mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
added missing returns
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2079 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
436e15b827
commit
e7b81015e5
1 changed files with 2 additions and 0 deletions
|
@ -649,6 +649,7 @@ static int qcow_aio_read(BlockDriverAIOCB *acb, int64_t sector_num,
|
|||
acb1->cluster_offset = 0;
|
||||
|
||||
qcow_aio_read_cb(acb, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void qcow_aio_write_cb(void *opaque, int ret)
|
||||
|
@ -725,6 +726,7 @@ static int qcow_aio_write(BlockDriverAIOCB *acb, int64_t sector_num,
|
|||
acb1->n = 0;
|
||||
|
||||
qcow_aio_write_cb(acb, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void qcow_aio_cancel(BlockDriverAIOCB *acb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue