]> git.proxmox.com Git - qemu.git/commit
qemu-char: add_handlers: Don't re-send the be_open event on unregister
authorHans de Goede <hdegoede@redhat.com>
Tue, 26 Mar 2013 10:08:00 +0000 (11:08 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 27 Mar 2013 15:26:49 +0000 (10:26 -0500)
commita59bcd31c91397f8c67b6902e7716d626c5070e6
tree7a66965c56ba8f53018e189d0f4cb968e8022895
parent85d91e3295f3af21e4d4a19f1f6691c0bf2ed10c
qemu-char: add_handlers: Don't re-send the be_open event on unregister

Resending the be_open event only is useful when a frontend is registering, not
when it is unregistering.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Message-id: 1364292483-16564-9-git-send-email-hdegoede@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c