iohandlers: fix issue with qemu_set_fd_handler()
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 7 Sep 2011 18:44:45 +0000 (13:44 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 8 Sep 2011 13:06:08 +0000 (08:06 -0500)
commitcf968b8ff80b51782c9f0b6e0ce8529ae5407951
treeb6498e6e1102256b88abbf9ee3e77cc2d28abdfa
parent8e3c32714919b547face0bb0d7829a79e3d0a39d
iohandlers: fix issue with qemu_set_fd_handler()

As spotted by Aneesh, some users pass a NULL opaque so we need to be more
aggressive in checking whether a user means to unregister.

Also fix a double free caused by tag not being reset to zero after delete.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
iohandler.c