Re: [Qemu-devel] [PATCH v2] iscsi: fix deadlock during login

2012-11-19 Thread Paolo Bonzini
Il 17/11/2012 14:37, Peter Lieven ha scritto: If the connection is interrupted before the first login is successfully completed qemu-kvm is waiting forever in qemu_aio_wait(). This is fixed by performing an sync login to the target. If the connection breaks after the first successful login

[Qemu-devel] [PATCH v2] iscsi: fix deadlock during login

2012-11-17 Thread Peter Lieven
If the connection is interrupted before the first login is successfully completed qemu-kvm is waiting forever in qemu_aio_wait(). This is fixed by performing an sync login to the target. If the connection breaks after the first successful login errors are handled internally by libiscsi. v2: