]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
Fix qemu_event_init
authorJan Kiszka <jan.kiszka@web.de>
Wed, 29 Apr 2009 18:38:28 +0000 (18:38 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 29 Apr 2009 18:38:28 +0000 (18:38 +0000)
commita7e21219b0ec6991aa90c18cfde4d6890710bf6d
tree05244fdabea8812f7fa848b6f1f36662c278f0c6
parent2d3eb7bfd9f91f17a22dc6d75bdb8eec25937a55
Fix qemu_event_init

Falling through to "fail" made qemu_event_init() close the pipe fds
immediately again, breaking timer event notification.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
vl.c