]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xen: allow enable use of VGA console on dom0
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Tue, 31 May 2011 14:50:10 +0000 (10:50 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 6 Jun 2011 15:46:00 +0000 (11:46 -0400)
commitc2419b4a4727f67af2fc2cd68b0d878b75e781bb
tree0fdbd76174536c40ea00cb5011e3bc1b98cc3f3d
parent61c4f2c81c61f73549928dfd9f3e8f26aa36a8cf
xen: allow enable use of VGA console on dom0

Get the information about the VGA console hardware from Xen, and put
it into the form the bootloader normally generates, so that the rest
of the kernel can deal with VGA as usual.

[ Impact: make VGA console work in dom0 ]

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
[v1: Rebased on 2.6.39]
[v2: Removed incorrect comments and fixed compile warnings]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/Makefile
arch/x86/xen/enlighten.c
arch/x86/xen/vga.c [new file with mode: 0644]
arch/x86/xen/xen-ops.h
include/xen/interface/xen.h