projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
c82dc29
)
iohandlers: fix issue with qemu_set_fd_handler()
author
Anthony Liguori
<aliguori@us.ibm.com>
Wed, 7 Sep 2011 18:44:45 +0000
(13:44 -0500)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Thu, 8 Sep 2011 13:06:08 +0000
(08:06 -0500)
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>
No differences found