]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commit
qemu-xen: ignore console disconnect events for console/0
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 1 Mar 2012 18:58:27 +0000 (18:58 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 1 Mar 2012 18:58:27 +0000 (18:58 +0000)
commit2503d4d5a29e7af8dffd1e11229e11c1917d2ccf
treee3e78d2acd49c81cf007b44700a00c7cf717aaac
parent128de2549c5f24e4a437b86bd2e46f023976d50a
qemu-xen: ignore console disconnect events for 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.

This patch should be applied to 4.1 too.

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