aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-02-21 18:15:49 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-02-21 18:15:49 +0100
commitac2f4cf2cad228810b43e19a14c5b39dab5c6f74 (patch)
tree5fd74a96ec6a3603516b8cc17fc1f9a1ee6d93ec /tools/examples/xmexample.hvm
parent55ee36debfd765ccfa3e2a0621e90ea570663d89 (diff)
downloadxen-ac2f4cf2cad228810b43e19a14c5b39dab5c6f74.tar.gz
xen-ac2f4cf2cad228810b43e19a14c5b39dab5c6f74.tar.bz2
xen-ac2f4cf2cad228810b43e19a14c5b39dab5c6f74.zip
Add PAE option to HVM config file.
This option is disabled by default, only if we have "pae=1" in config file, cpuid will return PAE available to VMX guest, and Linux PAE VMX guest need this. Once the PAE VMX guest support is stable, we will enable it by default. Signed-off-by: Xin Li <xin.b.li@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index 5cdf03dc83..a551c7a7b6 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -30,6 +30,9 @@ name = "ExampleHVMDomain"
# the number of cpus guest platform has, default=1
#vcpus=1
+# enable/disable HVM guest PAE, default=0 (disabled)
+#pae=0
+
# enable/disable HVM guest ACPI, default=0 (disabled)
#acpi=0