summaryrefslogtreecommitdiff
path: root/arch/x86/xen/vga.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-06xen: allow enable use of VGA console on dom0Jeremy Fitzhardinge1-0/+67
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>