qemu vnc auth 1/4: QEMU event handler bug fix
authorKeir Fraser <keir@xensource.com>
Tue, 30 Oct 2007 09:22:27 +0000 (09:22 +0000)
committerKeir Fraser <keir@xensource.com>
Tue, 30 Oct 2007 09:22:27 +0000 (09:22 +0000)
commit5b52d6724c5b2da0994eb69f27bd81a69b639a49
treeff35f34ba0efecbae876806206f2397ffa169e6b
parent27d2e52b7cfd4a159a4142d45dde1a93f5a148e3
qemu vnc auth 1/4: QEMU event handler bug fix

This patch pulls in an upstream QEMU fix for dealing with a problem in
the event dispatcher where a write callback gets unregistered while a
write event is pending from poll. Without this the QEMU process with
deference a NULL pointer and crash.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tools/ioemu/vl.c