Displaying 2 results from an estimated 2 matches for "xxxxxxxxxxx00xxxxxxxxxxxxxxxxxxx".
Did you mean:
xxxxxxxx0xx00xxxxxxxxx0xxxxxxxxx
2010 Aug 27
3
[PATCH 0/2] [RFC] xl: add cpuid config file option
...9;'t care/use default, k: keep from host, s: use
host but preserve across migration
The value can also be a number (either in hex or decimal), so things
like "stepping=3" can be easily specified.
To show you the advantage, I quote the example config file:
> #cpuid=[ ''1:ecx=xxxxxxxxxxx00xxxxxxxxxxxxxxxxxxx,
> # eax=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'' ]
> # - Unset the SSE4 features (CPUID.1[ECX][20-19])
> # - Default behaviour for all other bits in ECX And EAX registers.
new version: cpuid = "host,sse4.1=0,sse4.2=0"
> # Expose to the guest multi-core cpu inste...
2008 Jul 17
0
[PATCH] stubdom: add example config file
...----------------------------------------------------------------
+# Set keyboard layout, default is en-us keyboard.
+#keymap=''ja''
+
+#-----------------------------------------------------------------------------
+# Configure guest CPUID responses:
+#
+#cpuid=[ ''1:ecx=xxxxxxxxxxx00xxxxxxxxxxxxxxxxxxx,
+# eax=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'' ]
+# - Unset the SSE4 features (CPUID.1[ECX][20-19])
+# - Default behaviour for all other bits in ECX And EAX registers.
+#
+# Each successive character represent a lesser-significant bit:
+# ''1'' -> force the corresp...