]> git.proxmox.com Git - qemu.git/commit
xen_console: ignore console disconnect events from console/0
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 27 Mar 2012 16:02:21 +0000 (16:02 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 27 Mar 2012 16:05:15 +0000 (16:05 +0000)
commit028c85f0fffe5d4fdd435e06af4188397acf1cb6
tree9d58cf1d62815a116efc70a51fa21f31e660d109
parent8a22565b7c2d1920b02b94e7a8021c65895a3a22
xen_console: ignore console disconnect events from console/0

The first console has a different location compared to other PV devices
(console, rather than device/console/0) and doesn't obey the xenstore
state protocol. We already special case the first console in con_init
and con_initialise, we should also do it in con_disconnect.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/xen_console.c