All of lore.kernel.org
 help / color / mirror / Atom feed
* The issue of booting windows guest
@ 2008-05-22  9:37 Xu, Dongxiao
  2008-05-22  9:44 ` Keir Fraser
  0 siblings, 1 reply; 4+ messages in thread
From: Xu, Dongxiao @ 2008-05-22  9:37 UTC (permalink / raw)
  To: Keir Fraser, xen-devel; +Cc: Zhang, Li

Hi, Keir, 
      In our nightly test, most of the windows guests cannot boot. And
my colleague and I checked this issue and find that this issue is caused
by C/S 17693. Some code in that changeset is:

@@ -196,6 +191,12 @@ static void pci_setup(void)
 
         switch ( class )
         {
+        case 0x0300:
+            if ( (vendor_id == 0x1234) && (device_id == 0x1111) )
+                virtual_vga = VGA_std;
+            if ( (vendor_id == 0x1013) && (device_id == 0xb8) )
+                virtual_vga = VGA_cirrus;
+            break;
         case 0x0680:
             ASSERT((vendor_id == 0x8086) && (device_id == 0x7113));
             /*

In "case 0x0300", the code should not break, and it shall execute the
following default code to do memory mappings. 


Best Regards,
--Dongxiao

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-22 11:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-22  9:37 The issue of booting windows guest Xu, Dongxiao
2008-05-22  9:44 ` Keir Fraser
2008-05-22 10:11   ` Keir Fraser
2008-05-22 11:01     ` Samuel Thibault

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.