Il 26/05/2012 07:41, ronnie sahlberg ha scritto: > Paolo, > > You need this patch too since without it it might crash. > > commit 6e46eb1846a862dad253be1a576f8554071b154a > Author: Ronnie Sahlberg <ronniesahlb...@gmail.com> > Date: Sat May 26 10:28:05 2012 +1000 > > ISCSI: We can only do the shortcircuit and write directly to the socket > IFF we know the socket is open (and writeable). > If the target is more than insignificant distance away, we could otherwise > try to write to the socket before the nonblocking connect has completed > which would cause a crash. > > Signed-off-by: Ronnie Sahlberg <ronniesahlb...@gmail.com> > > > The other patches in the series can wait until later, but this one is > needed for 1.1
I didn't get the patch, so I redid it. Can you test asap git://github.com/bonzini/qemu.git, branch scsi-candidate-1.1 to see if it matches what you want to be in 1.1? Paolo