Displaying 2 results from an estimated 2 matches for "xxxxxxxx00001010xxxxxxxxxxxxxxxx".
Did you mean:
xxxxxxxx00001000xxxxxxxxxxxxxxxx
2008 Dec 10
6
WIndows 2008, Quard Core Opteron, xen
...quot;win1"
uuid = "c95bf204-b312-5f1b-0784-da44c9cb63f3"
maxmem = 3584
memory = 3584
vcpus = 4
timer = 1
#I tried ALL variants of CPUID provided here
#cpuid = [''1:edx=xxx1xxxxxxxxxxxxxxxxxxxxxxxxxxxx,ebx=xxxxxxxx00010000xxxxxxxxxxxxxxxx'']
#cpuid = [''1:ebx=xxxxxxxx00001010xxxxxxxxxxxxxxxx,edx=xxx1xxxxxxxxxxxxxxxxxxxxxxxxxxxx'',
''0x80000001:ecx=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx1x'',
''0x80000008:ecx=xxxxxxxxxxxxxxxxxxxxxxxxxx001001'']
#cpuid = [''1:edx=xxx1xxxxxxxxxxxxxxxxxxxxxxxxxxxx,ebx=
xxxxxxxx00010000xxxxxxxxxxxxxxxx'','&...
2010 Aug 27
3
[PATCH 0/2] [RFC] xl: add cpuid config file option
...t; # - CPUID.1[EDX][HT] : Enable HT
> # - CPUID.1[EBX] : Number of vcpus * 2
> # - CPUID.4,0[EAX] : Number of vcpus * 2 - 1
> #vcpus=8
new version: cpuid = "host,htt=1,proccount=16,maxcores=15"
> # Example for amd, expose a 5-core processor :
> # cpuid = [''1:ebx=xxxxxxxx00001010xxxxxxxxxxxxxxxx,
> # edx=xxx1xxxxxxxxxxxxxxxxxxxxxxxxxxxx'',
> # ''0x80000001:ecx=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx1x'',
> # ''0x80000008:ecx=xxxxxxxxxxxxxxxxxxxxxxxxxx001001'']
> # - CPUID.1[EBX] : Threads per Core * Cores per Socket (2 * #vcpus)
>...