]> xenbits.xensource.com Git - seabios.git/commit
vgabios: handle vmware vga in bochsvga.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 29 Jan 2012 16:53:59 +0000 (11:53 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 2 Feb 2012 01:42:06 +0000 (20:42 -0500)
commit2bd4531436cc7bf32186b1bf469ed01810044c0b
tree7282e3124e2c5ceffb06807a0539951e03112716
parentd9211ee9e3b4b828424d6a32f5542f7ab012d33d
vgabios: handle vmware vga in bochsvga.

The vmware vga emulated by qemu has a I/O region in pci bar 0.
The framebuffer is in pci bar 1.  Handle that by checking the
type of bar 0 in case it is a I/O bar use bar 1 instead.

Also make bochsbios report lfb size in debug output.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/bochsvga.c