commit | 91bea4e2bb1a5f7954a3b3a4f2e28e96bd25c458 | [log] [tgz] |
---|---|---|
author | Peter Lieven <pl@kamp.de> | Thu Jul 11 14:16:27 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jul 17 17:01:41 2013 +0200 |
tree | 462f315a73d3902db2068c9469c795bbedffe10f | |
parent | 7e4d5a9f94a0d8485bf63e1f8256e0a0014495ab [diff] |
iscsi: assert that sectors are aligned to LUN blocksize if the blocksize of an iSCSI LUN is bigger than the BDRV_SECTOR_SIZE it is possible that sector_num or nb_sectors are not correctly aligned. to avoid corruption we fail requests which are misaligned. Signed-off-by: Peter Lieven <pl@kamp.de> Cc: qemu-stable@nongnu.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>