Tian, Kevin
2006-Jul-26 08:54 UTC
RE: [Xen-ia64-devel] Re: [Xen-devel] [PATCH] Add lost logic for VGAinitialization
>From: Keir Fraser >Sent: 2006年7月26日 15:15 > > >On 26 Jul 2006, at 05:46, Zhang, Xiantao wrote: > >> 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> > >How come the new qemu code seems to have perfectly working VGA >without >this patch? > > -- Keir >It''s IA64 specific. On xen/x86, vga bios is copied to 0xD0000 by guest firmware. However on ia64 platform, native firmware depends on some initialization vga state at power on and so does guest firmware. That''s why that vga bios initialization stub is required for vti domain, to match platform requirement. Thanks Kevin _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2006-Jul-26 09:03 UTC
Re: [Xen-ia64-devel] Re: [Xen-devel] [PATCH] Add lost logic for VGAinitialization
On 26 Jul 2006, at 09:54, Tian, Kevin wrote:> > It''s IA64 specific. On xen/x86, vga bios is copied to 0xD0000 by guest > firmware. However on ia64 platform, native firmware depends on some > initialization vga state at power on and so does guest firmware. That''s > why that vga bios initialization stub is required for vti domain, to > match > platform requirement.Thanks, makes sense. -- Keir _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel