qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] iSCSI fix crash when using virtio and libiscsi V2


From: Ronnie Sahlberg
Subject: [Qemu-devel] [PATCH] iSCSI fix crash when using virtio and libiscsi V2
Date: Fri, 21 Jun 2013 18:37:17 -0700

List,

Version 2 of patch to fix the crashbug for virtio and libiscsi

Make block/iscsi.c aware that we might be called not with ioh containing a 
buffer
for the data but that it might contain an array of io vectors.



Updated to check LIBISCSI_FEATURE_IOVECTOR wether we can use iovectors or not.
If not we fall back to either lots of datain buffers or a serialization dataout 
buffer.

regards
ronnie sahlberg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]