Displaying 4 results from an estimated 4 matches for "xendconstants".
2007 Nov 28
0
[Xen-ia64-devel] [PATCH] Add guest_os_type domain config option
...t'',
+ ''guest_os_type'' ]
# Xen API console ''other_config'' keys.
XENAPI_CONSOLE_OTHER_CFG = [''vncunused'', ''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_GO...
2007 Jul 15
0
virtman breaks after installing XEN 3.1 on SELS 10.1
....xend.XendAPIConstants
xen.xend.XendAPIStore - This is a place to put instances of XenAPI objects,
xen.xend.XendAPIVersion
xen.xend.XendAuthSessions
xen.xend.XendBase - Base class for all XenAPI classes
xen.xend.XendBootloader
xen.xend.XendCheckpoint
xen.xend.XendClient
xen.xend.XendConfig
xen.xend.XendConstants
xen.xend.XendDevices
xen.xend.XendDmesg - Get dmesg output for this node.
xen.xend.XendDomain - Handler for domain operations.
xen.xend.XendDomainInfo - Representation of a single domain.
xen.xend.XendError
xen.xend.XendLocalStorageRepo
xen.xend.XendLogging
xen.xend.XendMonitor
xen.xend.XendNetwork...
2007 Feb 20
9
[PATCH 0/8] Domain Groups: Introduction
...| 31 ++
tools/python/xen/lowlevel/xc/xc.c | 241 +++++++++++++++--
tools/python/xen/xend/XendCheckpoint.py | 49 +++
tools/python/xen/xend/XendClient.py | 1
tools/python/xen/xend/XendConfig.py | 25 +
tools/python/xen/xend/XendConstants.py | 11
tools/python/xen/xend/XendDomain.py | 10
tools/python/xen/xend/XendDomainInfo.py | 26 +
tools/python/xen/xend/XendError.py | 4
tools/python/xen/xend/server/XMLRPCServer.py | 34 ++
tools/python/xen/xm/create.py | 8...
2010 May 17
0
strace log
...= 0
brk(0xae5000) = 0xae5000
close(6) = 0
munmap(0x7f731ad05000, 4096) = 0
close(5) = 0
close(4) = 0
stat("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendConstants",
0x7fffffff6690) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendConstants.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendConstantsmodule.so",
O_RDONLY) = -1 ENO...