* [PATCH] doc: cpuid example for 686
@ 2008-06-17 14:47 Jean Guyader
2008-06-17 14:53 ` Jean Guyader
0 siblings, 1 reply; 2+ messages in thread
From: Jean Guyader @ 2008-06-17 14:47 UTC (permalink / raw)
To: xen-devel
doc: Describes a generic 686 via the cpuid configure.
Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
--
Jean Guyader
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: cpuid example for 686
2008-06-17 14:47 [PATCH] doc: cpuid example for 686 Jean Guyader
@ 2008-06-17 14:53 ` Jean Guyader
0 siblings, 0 replies; 2+ messages in thread
From: Jean Guyader @ 2008-06-17 14:53 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
Jean Guyader wrote:
>
> doc: Describes a generic 686 via the cpuid configure.
>
> Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
>
Sorry, I missed the patch.
--
Jean Guyader
[-- Attachment #2: example_cpuid_686.patch --]
[-- Type: text/plain, Size: 1077 bytes --]
diff -r 7e00ebe2b7fd tools/examples/xmexample.hvm
--- a/tools/examples/xmexample.hvm Tue Jun 17 09:36:25 2008 +0100
+++ b/tools/examples/xmexample.hvm Tue Jun 17 15:45:27 2008 +0100
@@ -256,16 +256,16 @@ serial='pty'
#vcpus=5
#
# Downgrade the cpuid to make a better compatibility for migration :
-# Look like a PIII :
-# cpuid = [ '0:eax=0x3',
+# Look like a generic 686 :
+# cpuid = [ '0:eax=0x3,ebx=0x0,ecx=0x0,edx=0x0',
# '1:eax=0x06b1,
# ecx=xxxxxxxxxx0000xx00xxx0000000xx0,
# edx=xx00000xxxxxxx0xxxxxxxxx0xxxxxx',
-# '4:eax=0x3,ebx=0x756e6547,ecx=0x6c65746e,edx=0x49656e69',
-# '0x80000000:eax=0x3,ebx=0x756e6547,ecx=0x6c65746e,edx=0x49656e69']
+# '4:eax=0x3,ebx=0x0,ecx=0x0,edx=0x0',
+# '0x80000000:eax=0x3,ebx=0x0,ecx=0x0,edx=0x0']
# with the highest leaf
# - CPUID.0[EAX] : Set the highest leaf
-# - CPUID.1[EAX] : Pentium III
+# - CPUID.1[EAX] : 686
# - CPUID.1[ECX] : Mask some features
# - CPUID.1[EDX] : Mask some features
# - CPUID.4 : Reply like the highest leaf, in our case CPUID.3
[-- Attachment #3: 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] 2+ messages in thread
end of thread, other threads:[~2008-06-17 14:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-17 14:47 [PATCH] doc: cpuid example for 686 Jean Guyader
2008-06-17 14:53 ` Jean Guyader
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.