Re: [Qemu-devel] [PATCH v2 24/24] iscsi: Set bs->request_alignment

2014-01-11 Thread Max Reitz
On 13.12.2013 14:22, Kevin Wolf wrote: From: Paolo Bonzini The iSCSI backend already gets the block size from the READ CAPACITY command it sends. Save it so that the generic block layer gets it too. Signed-off-by: Paolo Bonzini Signed-off-by: Kevin Wolf Reviewed-by: Max Reitz

[Qemu-devel] [PATCH v2 24/24] iscsi: Set bs->request_alignment

2013-12-13 Thread Kevin Wolf
From: Paolo Bonzini The iSCSI backend already gets the block size from the READ CAPACITY command it sends. Save it so that the generic block layer gets it too. Signed-off-by: Paolo Bonzini Signed-off-by: Kevin Wolf --- block/iscsi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/block/i