xen: use the hvc console infrastructure for Xen console
Implement a Xen back-end for hvc console. * * * Add early printk support via hvc console, enable using "earlyprintk=xen" on the kernel command line. From: Gerd Hoffmann <kraxel@suse.de> Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Chris Wright <chrisw@sous-sol.org> Acked-by: Ingo Molnar <mingo@elte.hu> Acked-by: Olof Johansson <olof@lixom.net>
This commit is contained in:

committed by
Jeremy Fitzhardinge

parent
8b84ad942b
commit
b536b4b962
6
include/xen/hvc-console.h
Normal file
6
include/xen/hvc-console.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef XEN_HVC_CONSOLE_H
|
||||
#define XEN_HVC_CONSOLE_H
|
||||
|
||||
extern struct console xenboot_console;
|
||||
|
||||
#endif /* XEN_HVC_CONSOLE_H */
|
Reference in New Issue
Block a user