7 messages in com.xensource.lists.xen-develRe: [Xen-devel] [PATCH] Add lost logi...| From | Sent On | Attachments |
|---|---|---|
| Zhang, Xiantao | 25 Jul 2006 21:46 | .patch |
| Zhang, Xiantao | 25 Jul 2006 22:37 | |
| Keir Fraser | 26 Jul 2006 00:14 | |
| Christian Limpach | 26 Jul 2006 07:22 | |
| Alex Williamson | 26 Jul 2006 12:19 | .patch |
| Zhang, Xiantao | 26 Jul 2006 18:47 | |
| Christian Limpach | 27 Jul 2006 03:12 |
| Subject: | Re: [Xen-devel] [PATCH] Add lost logic for VGA initialization![]() |
|---|---|
| From: | Christian Limpach (chri...@gmail.com) |
| Date: | 07/27/2006 03:12:19 AM |
| List: | com.xensource.lists.xen-devel |
On 7/27/06, Zhang, Xiantao <xian...@intel.com> wrote:
Hi, Christian
Thank you for your comments. But I check the patch on tip. Seems the
following line not in upstream. I don't know why this part was lost when
check-in.
diff -r 254c090854de tools/ioemu/hw/vga.c
--- a/tools/ioemu/hw/vga.c Wed Jul 26 15:59:36 2006 -0600
+++ b/tools/ioemu/hw/vga.c Thu Jul 27 09:27:03 2006 +0800
@@ -1953,6 +1953,7 @@ void vga_common_init(VGAState *s, Displa
vga_screen_dump, s);
/* XXX: currently needed for display */
vga_state = s;
+ vga_bios_init(s);
}
Applied, I hope we've got it all now :-)
christian
Thanks & Best Regards -Xiantao
OTC,Intel Corporation
-----Original Message----- From: Christian Limpach [mailto:chri...@gmail.com] Sent: 2006年7月26日 22:23 To: Zhang, Xiantao Cc: xen-...@lists.xensource.com; xen-...@lists.xensource.com Subject: Re: [Xen-devel] [PATCH] Add lost logic for VGA initialization
On 7/26/06, Zhang, Xiantao <xian...@intel.com> wrote:
This patch adds lost logic for vga initialization. It was lost after changing to new Qemu. Signed-off-by : Kevin Tian <kevi...@intel.com> Signed-off-by : Zhang Xiantao <xian...@intel.com>
I've applied this -- it would be nice if you could cleanup the code some more to use arrays to initialize s->sr[], s->gr[], s->ar[] and s->cr[]. Thanks!
christian





.patch