commit | c82dc29a9112f34e0a51cad9a412cf6d9d05dfb2 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Wed Sep 07 13:44:45 2011 -0500 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Sep 08 08:06:08 2011 -0500 |
tree | b6498e6e1102256b88abbf9ee3e77cc2d28abdfa | |
parent | 344eecf6995f4a0ad1d887cec922f6806f91a3f8 [diff] |
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>