aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm-stubdom
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-09-10 10:51:48 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-09-10 10:51:48 +0100
commit4b4f92e98d6bdab2a9b7fdd9474bff988bdee0cb (patch)
treef2b0fb6277fb9fa7b3f8c4471bd9e4eb53e12f93 /tools/examples/xmexample.hvm-stubdom
parentddf4a60539588183547d2f9c72d8460df17d72bf (diff)
downloadxen-4b4f92e98d6bdab2a9b7fdd9474bff988bdee0cb.tar.gz
xen-4b4f92e98d6bdab2a9b7fdd9474bff988bdee0cb.tar.bz2
xen-4b4f92e98d6bdab2a9b7fdd9474bff988bdee0cb.zip
x86, xend: Fix processing of cpuid config parameters
There is an python indentation issue keeping the full range of syntax for the cpuid config file parameter from working correctly. This patch fixes that. It also fixes some misspelling and a missing 'x' in two of the example config files (must have 32 bits represented for cpuid registers). Signed-off-by: Bruce Rogers <brogers@novell.com>
Diffstat (limited to 'tools/examples/xmexample.hvm-stubdom')
-rw-r--r--tools/examples/xmexample.hvm-stubdom2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/xmexample.hvm-stubdom b/tools/examples/xmexample.hvm-stubdom
index 94d6c1b103..bfceef30f3 100644
--- a/tools/examples/xmexample.hvm-stubdom
+++ b/tools/examples/xmexample.hvm-stubdom
@@ -236,7 +236,7 @@ stdvga=0
# Configure guest CPUID responses:
#
#cpuid=[ '1:ecx=xxxxxxxxxxx00xxxxxxxxxxxxxxxxxxx,
-# eax=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' ]
+# eax=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' ]
# - Unset the SSE4 features (CPUID.1[ECX][20-19])
# - Default behaviour for all other bits in ECX And EAX registers.
#