]> xenbits.xensource.com Git - qemu-upstream-4.2-testing.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>
Wed, 11 Apr 2012 13:50:46 +0000 (13:50 +0000)
commit66b7aa32a8f3b07cef3adb8470c37f48b4c07413
treee55e32409933edc0e9a8bbbdee0ba975e25d3024
parente1615984e765751b430f86be679c0b74b5d5cd15
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