xen: add raw console write functions for debug
authorJeremy Fitzhardinge <jeremy@goop.org>
Mon, 26 May 2008 22:30:59 +0000 (23:30 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 27 May 2008 08:11:35 +0000 (10:11 +0200)
commit0acf10d8fbd52926217d3933d196b33fe2468f18
tree938555cc132ffb6ad3bc242e09dc7497a6040007
parent3843fc2575e3389f4f0ad0420a720240a5746a5d
xen: add raw console write functions for debug

Add a couple of functions which can write directly to the Xen console
for debugging.  This output ends up on the host's dom0 console
(assuming it allows the domain to write there).

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/char/hvc_xen.c
include/xen/hvc-console.h