]> Git Repo - qemu.git/commit - configure
block/iscsi: introduce bdrv_co_{readv, writev, flush_to_disk}
authorPeter Lieven <[email protected]>
Thu, 5 Dec 2013 15:47:17 +0000 (16:47 +0100)
committerPaolo Bonzini <[email protected]>
Mon, 9 Dec 2013 10:28:16 +0000 (11:28 +0100)
commit063c3378a9e3c25cc0afac3c72e4823d0621e352
tree999ce389666a25bce031a2c304849a27da2b871c
parentd97e7730816094a71cd1f19a56d7a73f77cdbf96
block/iscsi: introduce bdrv_co_{readv, writev, flush_to_disk}

this converts read, write and flush functions from aio to coroutines
eliminating almost 200 lines of code.

The requirement for libiscsi is bumped to version 1.4.0 which was
released in may 2012.

Signed-off-by: Peter Lieven <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
block/iscsi.c
configure
This page took 0.023922 seconds and 4 git commands to generate.