[Qemu-devel] [PATCH for-2.0] iscsi: ignore flushes on scsi-generic devices

2014-04-02 Thread Paolo Bonzini
Non-block SCSI devices do not support flushing, but we may still send them requests via bdrv_flush_all. Just ignore them. Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- block/iscsi.c | 4 1 file changed, 4 insertions(+) diff --git a/block/iscsi.c b/block/iscsi.c index

Re: [Qemu-devel] [PATCH for-2.0] iscsi: ignore flushes on scsi-generic devices

2014-04-02 Thread Peter Lieven
Am 02.04.2014 15:05, schrieb Paolo Bonzini: Non-block SCSI devices do not support flushing, but we may still send them requests via bdrv_flush_all. Just ignore them. Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- block/iscsi.c | 4 1 file changed, 4 insertions(+) diff --git