search for: vga_bios_init

Displaying 2 results from an estimated 2 matches for "vga_bios_init".

2006 Jun 02
1
Re: [Xen-changelog] [xen-unstable] [IA64][HVM] Enable CGA acceleration for VTI.
...Fri Jun 02 09:15:51 2006 +0100 > +++ b/tools/ioemu/hw/vga.c Fri Jun 02 09:20:58 2006 +0100 > @@ -1995,6 +1995,7 @@ void vga_common_init(VGAState *s, Displa > s->get_resolution = vga_get_resolution; > /* XXX: currently needed for display */ > vga_state = s; > + vga_bios_init(s); > } > > > @@ -2082,7 +2083,6 @@ int vga_initialize(PCIBus *bus, DisplayS > #endif > } > > - vga_bios_init(s); > return 0; > } > > diff -r 639ad22eb7c8 -r e67432187b88 tools/ioemu/vl.c > --- a/tools/ioemu/vl.c Fri Jun 02 09:15:51 200...
2006 Jul 26
4
[PATCH] Add lost logic for VGA initialization
This patch adds lost logic for vga initialization. It was lost after changing to new Qemu. Signed-off-by : Kevin Tian <kevin.tian@intel.com> Signed-off-by : Zhang Xiantao <xiantao.zhang@intel.com> Thanks & Best Regards -Xiantao OTC,Intel Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com