Displaying 1 result from an estimated 1 matches for "hvm_param_vhpt_size".
2007 Nov 28
0
[Xen-ia64-devel] [PATCH] Add guest_os_type domain config option
...', ''vncdisplay'', ''vnclisten'',
diff -r c555a5f97982 tools/python/xen/xend/XendConstants.py
--- a/tools/python/xen/xend/XendConstants.py Wed Nov 28 13:36:56 2007 +0000
+++ b/tools/python/xen/xend/XendConstants.py Wed Nov 28 09:48:59 2007 -0700
@@ -47,6 +47,7 @@ HVM_PARAM_VHPT_SIZE = 8
HVM_PARAM_VHPT_SIZE = 8
HVM_PARAM_BUFPIOREQ_PFN = 9
HVM_PARAM_TIMER_MODE = 10
+HVM_PARAM_GOS_TYPE = 11
restart_modes = [
"restart",
diff -r c555a5f97982 tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py Wed Nov 28 13:36:56 2007 +0000
+++ b/tools/py...