aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@hp.com>2007-11-29 12:15:43 -0700
committerAlex Williamson <alex.williamson@hp.com>2007-11-29 12:15:43 -0700
commit1ea2ab2fe8e4dd9379329c104254ff56ad00f5a7 (patch)
tree48191cad5e6b1b764424298b6f75a9f71f25b72e /tools/examples
parentd1ecffb2a9b2df3ba5a5ce45d90aad8ae33f8ffe (diff)
downloadxen-1ea2ab2fe8e4dd9379329c104254ff56ad00f5a7.tar.gz
xen-1ea2ab2fe8e4dd9379329c104254ff56ad00f5a7.tar.bz2
xen-1ea2ab2fe8e4dd9379329c104254ff56ad00f5a7.zip
[IA64] Implement guest_os_type for ia64
This makes use of the domain config option guest_os_type for ia64 and removes the backing for the previous ACPI based mechanism used previously. A user wanting optimal performance for a specific type of OS guest running in an HVM domain should make use of this new option. See updated xmexmaple.vti for available options. All supported OSes should always work using the default option or leaving the option unspecified. Originally based on patch from Zhang Xin. Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/xmexample.vti13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/examples/xmexample.vti b/tools/examples/xmexample.vti
index f38d363918..92e29c76c9 100644
--- a/tools/examples/xmexample.vti
+++ b/tools/examples/xmexample.vti
@@ -147,3 +147,16 @@ serial='pty'
#-----------------------------------------------------------------------------
# Set keyboard layout, default is en-us keyboard.
#keymap='ja'
+
+#-----------------------------------------------------------------------------
+# Enable optimization features for the specified OS type. (Specific to the
+# OS running in the guest domain. Other OSes may not run correctly
+# if the wrong OS type is specified.)
+#
+# Default is "default", which should work for all supported guest OSes.
+#
+# Known values:
+# 'linux' - All Linux variants
+# 'windows' - All Windows variants (Windows Server 2003/2008)
+#
+#guest_os_type='default'