xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Ubuntu 10.04 stuck in detect_extended_topology()
@ 2010-06-09 21:55 AP Xen
  2010-06-09 22:41 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 7+ messages in thread
From: AP Xen @ 2010-06-09 21:55 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1260 bytes --]

I am running Xen packaged with CentOS 5.4 and trying to install Ubuntu 10.04
as an HVM guest. 

 

xen_major              : 3

xen_minor              : 1

xen_extra              : .2-164.11.1.el5

 

After sprinkling the kernel with printks, I am seeing that it is stuck in
the function detect_extended_topology() in the following loop:

<snip>

       sub_index = 1;

       do {

              cpuid_count(0xb, sub_index, &eax, &ebx, &ecx, &edx);

              printk("%s: after cpuid_count %d\n", __FUNCTION__, sub_index);

 

              /*

               * Check for the Core type in the implemented sub leaves.

               */

              if (LEAFB_SUBTYPE(ecx) == CORE_TYPE) {

                     core_level_siblings = LEVEL_MAX_SIBLINGS(ebx);

                     core_plus_mask_width = BITS_SHIFT_NEXT_LEVEL(eax);

                     break;

              }

 

              sub_index++;

       } while (LEAFB_SUBTYPE(ecx) != INVALID_TYPE);

<snip>

 

The ECX leaf subtype never returns CORE_TYPE or INVALID_TYPE. So think I
might be running in to a bug / quirk in the CPUID handling code in Xen
packaged with CentOS 5.4. Is there a work around for it? Maybe specifying
something in the cpuid option in the config file.

 

Thanks!


[-- Attachment #1.2: Type: text/html, Size: 8767 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

end of thread, other threads:[~2010-07-02 13:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-09 21:55 Ubuntu 10.04 stuck in detect_extended_topology() AP Xen
2010-06-09 22:41 ` Jeremy Fitzhardinge
2010-06-10  0:29   ` AP Xen
2010-06-10  0:54     ` Jeremy Fitzhardinge
2010-06-10  6:01       ` Pasi Kärkkäinen
2010-06-10 16:53         ` AP Xen
2010-07-02 13:48       ` Andrew Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).