commit | 063c3378a9e3c25cc0afac3c72e4823d0621e352 | [log] [tgz] |
---|---|---|
author | Peter Lieven <pl@kamp.de> | Thu Dec 05 16:47:17 2013 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Dec 09 11:28:16 2013 +0100 |
tree | 999ce389666a25bce031a2c304849a27da2b871c | |
parent | d97e7730816094a71cd1f19a56d7a73f77cdbf96 [diff] |
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 <pl@kamp.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>