[Qemu-devel] [PATCH] block/iscsi: fix deadlock on scsi check condition

2014-02-18 Thread Peter Lieven
the retry logic was broken because the complete status of the task structure was not reset. this resulted in an infinite loop retrying the command over and over. CC: qemu-sta...@nongnu.org Signed-off-by: Peter Lieven p...@kamp.de --- block/iscsi.c |9 - 1 file changed, 8

Re: [Qemu-devel] [PATCH] block/iscsi: fix deadlock on scsi check condition

2014-02-18 Thread Paolo Bonzini
Il 18/02/2014 13:08, Peter Lieven ha scritto: the retry logic was broken because the complete status of the task structure was not reset. this resulted in an infinite loop retrying the command over and over. CC: qemu-sta...@nongnu.org Signed-off-by: Peter Lieven p...@kamp.de --- block/iscsi.c