xen_console: fall back to qemu serial device
commit25a118130fde0d20b0f5a223642849b392b2f2ee
authorAlexander Graf <agraf@suse.de>
Sun, 3 Jul 2011 07:44:48 +0000 (3 09:44 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 16 Jul 2011 23:54:25 +0000 (17 01:54 +0200)
tree131655138e2d3cd5a1794c4f4cd400596304aea4
parent0f51726adcdb620214405a88b2601d9edd059db4
xen_console: fall back to qemu serial device

The new xen_console protocol changed the default xen_console output device
from whatever Qemu chose to whatever xenstore choses and "pty" as fallback.

This is not how Qemu works. It has its own serial redirection semantics. So
it xenstore doesn't contain information on what to do, Qemu is the place to
ask.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/xen_console.c