WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

RE: [Xen-users] Ubuntu 10.04 stuck in detect_extended_topology()

To: <admin@xxxxxxxxxxx>
Subject: RE: [Xen-users] Ubuntu 10.04 stuck in detect_extended_topology()
From: "AP Xen" <apxeng@xxxxxxxxx>
Date: Wed, 9 Jun 2010 11:13:52 -0700
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 09 Jun 2010 11:15:47 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:references :in-reply-to:subject:date:message-id:mime-version:content-type :x-mailer:thread-index:content-language; bh=BVH2jckIEx3cfBnCpXwGK7V7et17/Dr3CvU+3ygM9Ts=; b=VMhin4IcmFJlrIfHO4bydUhaS7U4jzNQwiPp9TzgEpMdnVCE8QXEf81TsVuOnAWkxq wySF+76UqNupdkH3pu1rqdF4fySo7/aoh2anCDdtqZAviXXVq5up/bVSZpXLYWjHWbXr zYAms6nH3SUsKdDLhJWKkcaLyeIxtAtXQnCBA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:x-mailer:thread-index:content-language; b=dUZXHECDQQzfY5GIApF8bbn2ghGOj3mhVYqHjukt6NxCXdoK9iwOWQ1wZfrdU/HYa/ 4kV+/PY7SVYNSTnolX6kBMPsxbjVyiHvCPkEetfl2F6Ks+ISv6yOtPWH5gTpnXW8cj7q D+XkIigzRXGKPBQL250MBVlAIzeJLgVXfxwB4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTimOQnwgjiRhFjrbL-0RRg_y8UwaTi1tWnKRZlcL@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <002401cb07fd$bc147a10$343d6e30$@com> <AANLkTimOQnwgjiRhFjrbL-0RRg_y8UwaTi1tWnKRZlcL@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcsH/geN9KPLsZBeRjStLsUatP7SAAAAPt7w

I have standardized on HVM and really don’t want to go the PV route. Alternatively, are you saying, do the install using PV and then switch to HVM?

 

From: David Markey [mailto:admin@xxxxxxxxxxx]
Sent: Wednesday, June 09, 2010 11:03 AM
To: AP Xen
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Ubuntu 10.04 stuck in detect_extended_topology()

 

Is there a reason you cant use the PV installer?

On 9 June 2010 19:01, AP Xen <apxeng@xxxxxxxxx> wrote:

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!


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

 

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>