]> git.ipfire.org Git - thirdparty/qemu.git/commit
iscsi: remove support for misaligned nb_sectors in aio_readv
authorPeter Lieven <pl@kamp.de>
Thu, 11 Jul 2013 12:16:26 +0000 (14:16 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 13 Aug 2013 00:14:58 +0000 (19:14 -0500)
commit404fbe47437144a6eae4bf9eef32ac9a5a1ccaf6
treeb3a8a410d23b81aaa2aacf8e1761570d1b776b6d
parentff57f145c1a525183c45af4d21b395761e7b88a1
iscsi: remove support for misaligned nb_sectors in aio_readv

this hask is not working (anymore). support for misaligned offsets should
be handled at the block layer.

Signed-off-by: Peter Lieven <pl@kamp.de>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 7e4d5a9f94a0d8485bf63e1f8256e0a0014495ab)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/iscsi.c