]> git.ipfire.org Git - thirdparty/qemu.git/commit
char: use common function to disable callbacks on chardev close
authorAmit Shah <amit.shah@redhat.com>
Wed, 28 Aug 2013 09:53:37 +0000 (15:23 +0530)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 3 Dec 2013 03:17:59 +0000 (21:17 -0600)
commitaeefaaac83a38a563a0511d6012abea5c49a3165
tree8e3854df69af1e2403ad64eb481f54fef0716459
parent205cff77af9debf395610fbef34874d5e6f80cd2
char: use common function to disable callbacks on chardev close

This deduplicates code used a lot of times.

CC: <qemu-stable@nongnu.org>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
(cherry picked from commit 26da70c72524eb22c946ab19ec98a217b8252f7e)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qemu-char.c