summaryrefslogtreecommitdiff
path: root/qemu-char.c
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-03-26 11:07:59 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2013-03-27 10:26:49 -0500
commit85d91e3295f3af21e4d4a19f1f6691c0bf2ed10c (patch)
tree740fd4aca61192edd11ac64518e79d54fc4fdef6 /qemu-char.c
parent574b711a92db094a2d4e7ca707f3b34437a64246 (diff)
downloadqemu-85d91e3295f3af21e4d4a19f1f6691c0bf2ed10c.tar.gz
qemu-char: Move incrementing of avail_connections to qdev-properties-system
The decrement of avail_connections is done in qdev-properties-system move the increment there too for proper balancing of the calls. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Message-id: 1364292483-16564-8-git-send-email-hdegoede@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-char.c')
-rw-r--r--qemu-char.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-char.c b/qemu-char.c
index bab2eb7a9a..ca9381bc0c 100644
--- a/qemu-char.c
+++ b/qemu-char.c
@@ -224,8 +224,6 @@ void qemu_chr_add_handlers(CharDriverState *s,
int fe_open;
if (!opaque && !fd_can_read && !fd_read && !fd_event) {
- /* chr driver being released. */
- ++s->avail_connections;
fe_open = 0;
} else {
fe_open = 1;