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] cpuid configuration for 2X quad core xeon with ht

To: Hinrich Aue <Hinrich.Aue@xxxxxxxxx>
Subject: Re: [Xen-users] cpuid configuration for 2X quad core xeon with ht
From: Andrew Lyon <andrew.lyon@xxxxxxxxx>
Date: Fri, 27 Nov 2009 19:08:47 +0000
Cc: Xen Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 27 Nov 2009 11:09:30 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=E90fcpHEDr+B7tHbGY4y2hBBI+DtM+Tu/2HSNlrOybA=; b=AoE9+2ysuDdLbt3bPayIzeGjHm4ugO3srm4HKWlSIdgAqIxkY/EB5UH30dfA+EpWy+ KozK29CleR8Q8JuZ+ec0/tQW76+Yt16+WD0yLa/SdTswBOwcZeHzmbveD3N8R2saf+gn jpfDPtzAKL2R2kE/B+eH8nc2l/6EFIVqau6qc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Sqy+RN3JeUeeYXOI0g6JAPJ3IQ+F499sul4e/OnNyoLsTcLKsDdqxDdO9naD8KZ2tY 4Y09Jo68hgvlLCdtUvFBnrG+WCxx11DuEgGI1LzHG5kVZU2bGLLcJZt7JJI8IZc29HQc IVHle654IZB3HZ53pw9d9FuXx52eVToQYbeFg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <51AD54C8AF46C34B9BED3350565674823C58FA6021@xxxxxxxxxxxxxxxxxxxxxxxxx>
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: <AEC6C66638C05B468B556EA548C1A77D0180D501@trantor> <5411dbdc0911171654y2f2f5ccata0b7b71450fe9dbb@xxxxxxxxxxxxxx> <51AD54C8AF46C34B9BED3350565674823C58FA6021@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, Nov 27, 2009 at 9:54 AM, Hinrich Aue <Hinrich.Aue@xxxxxxxxx> wrote:
> Hello list,
>
> we are trying to get a windows 2003 enterprise running with our 2 socket xeon 
> quad core with hyperthreading.
>
> Since xen turns every thread into a cpu, we could not use enterprise, it only 
> supports 8 CPU, but we want the hyperthreading as well (16 logical cpu).
>
> We tried
> cpuid = 
> ['1:edx=xxx1xxxxxxxxxxxxxxxxxxxxxxxxxxxx,ebx=xxxxxxxx00001000xxxxxxxxxxxxxxxx','4,0:eax=001111xxxxxxxxxxxxxxxxxxxxxxxxxx']
> vcpus=16
>
> but windows does not start with it.
> When we set vcpus=8 then it starts - with 8 cpus of course.
>
> Does anybody have an idea for the correct configuration?

I think you almost got it right but you have a 0 and a 1 swapped, try this:

cpuid='1:edx=xxx1xxxxxxxxxxxxxxxxxxxxxxxxxxxx,ebx=xxxxxxxx00010000xxxxxxxxxxxxxxxx','4,0:eax=001111xxxxxxxxxxxxxxxxxxxxxxxxxx']


note ebx 00010000 rather than 00001000

Andy

>
> Thanks,
>        Hinrich
>
>
> Hinrich Aue
> Sr. SW Engineer
> Kofax Development GmbH
>
> Freiburger Strasse 6
> 79199 Kirchzarten
> Germany
>
> Tel: +49 (7661) 9797 17
> Fax: +49 (7661) 9797 29
> Hinrich.Aue@xxxxxxxxx
>
>
>
> This communication is only for the use of the intended recipient. It may 
> contain confidential or proprietary information. If you are not the intended 
> recipient or have received this communication in error, please notify the 
> sender via phone and destroy this communication immediately.
>
> Kofax Development GmbH
> Sitz der Gesellschaft: Kirchzarten
> Registergericht: Amtsgericht Freiburg i.Br.
> Registernummer: HRB 7007
> Gesch?ftsf?hrer: Stefan Gaiser und Bradford Weller
>
> _______________________________________________
> 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>