aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/console.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-06-20 18:51:46 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-06-20 18:51:46 +0100
commit295173e3ca11d3326447ca1d36510905f7136d3e (patch)
tree0aa8387f9a80761fe887e9960a961db4631d54ec /xen/include/xen/console.h
parente72c35d964f4b03c7f462beff47125661d9ff8e8 (diff)
downloadxen-295173e3ca11d3326447ca1d36510905f7136d3e.tar.gz
xen-295173e3ca11d3326447ca1d36510905f7136d3e.tar.bz2
xen-295173e3ca11d3326447ca1d36510905f7136d3e.zip
[XEN] Xen always relinquishes VGA console to domain0 when domain0
starts to boot (previous behaviour looked for console=tty0 on dom0's command line). To prevent this 'console=vga[keep]' must be specified. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/console.h')
-rw-r--r--xen/include/xen/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/console.h b/xen/include/xen/console.h
index b7232f305f..de95b7f769 100644
--- a/xen/include/xen/console.h
+++ b/xen/include/xen/console.h
@@ -15,7 +15,7 @@ void set_printk_prefix(const char *prefix);
long read_console_ring(XEN_GUEST_HANDLE(char), u32 *, int);
void init_console(void);
-void console_endboot(int disable_vga);
+void console_endboot(void);
void console_force_unlock(void);
void console_force_lock(void);