SHA256
1
0
forked from pool/xen
OBS User unknown
2008-09-12 15:57:53 +00:00
committed by Git OBS Bridge
parent 258bc46c96
commit 997dde689d
33 changed files with 5126 additions and 5313 deletions

View File

@@ -1,7 +1,7 @@
Index: xen-3.3.0-testing/tools/python/xen/xend/XendNode.py
Index: xen-3.3.1-testing/tools/python/xen/xend/XendNode.py
===================================================================
--- xen-3.3.0-testing.orig/tools/python/xen/xend/XendNode.py
+++ xen-3.3.0-testing/tools/python/xen/xend/XendNode.py
--- xen-3.3.1-testing.orig/tools/python/xen/xend/XendNode.py
+++ xen-3.3.1-testing/tools/python/xen/xend/XendNode.py
@@ -650,11 +650,35 @@ class XendNode:
info['cpu_mhz'] = info['cpu_khz'] / 1000
@@ -53,10 +53,10 @@ Index: xen-3.3.0-testing/tools/python/xen/xend/XendNode.py
'node_to_cpu',
'node_to_memory'
]
Index: xen-3.3.0-testing/tools/python/xen/xend/balloon.py
Index: xen-3.3.1-testing/tools/python/xen/xend/balloon.py
===================================================================
--- xen-3.3.0-testing.orig/tools/python/xen/xend/balloon.py
+++ xen-3.3.0-testing/tools/python/xen/xend/balloon.py
--- xen-3.3.1-testing.orig/tools/python/xen/xend/balloon.py
+++ xen-3.3.1-testing/tools/python/xen/xend/balloon.py
@@ -41,6 +41,8 @@ SLEEP_TIME_GROWTH = 0.1
# label actually shown in the PROC_XEN_BALLOON file.
#labels = { 'current' : 'Current allocation',
@@ -90,11 +90,11 @@ Index: xen-3.3.0-testing/tools/python/xen/xend/balloon.py
def free(need_mem):
"""Balloon out memory from the privileged domain so that there is the
specified required amount (in KiB) free.
Index: xen-3.3.0-testing/tools/python/xen/xend/XendDomainInfo.py
Index: xen-3.3.1-testing/tools/python/xen/xend/XendDomainInfo.py
===================================================================
--- xen-3.3.0-testing.orig/tools/python/xen/xend/XendDomainInfo.py
+++ xen-3.3.0-testing/tools/python/xen/xend/XendDomainInfo.py
@@ -1016,6 +1016,27 @@ class XendDomainInfo:
--- xen-3.3.1-testing.orig/tools/python/xen/xend/XendDomainInfo.py
+++ xen-3.3.1-testing/tools/python/xen/xend/XendDomainInfo.py
@@ -1038,6 +1038,27 @@ class XendDomainInfo:
return None
@@ -122,10 +122,10 @@ Index: xen-3.3.0-testing/tools/python/xen/xend/XendDomainInfo.py
def setMemoryTarget(self, target):
"""Set the memory target of this domain.
@param target: In MiB.
Index: xen-3.3.0-testing/tools/python/xen/xend/server/SrvDomain.py
Index: xen-3.3.1-testing/tools/python/xen/xend/server/SrvDomain.py
===================================================================
--- xen-3.3.0-testing.orig/tools/python/xen/xend/server/SrvDomain.py
+++ xen-3.3.0-testing/tools/python/xen/xend/server/SrvDomain.py
--- xen-3.3.1-testing.orig/tools/python/xen/xend/server/SrvDomain.py
+++ xen-3.3.1-testing/tools/python/xen/xend/server/SrvDomain.py
@@ -171,7 +171,7 @@ class SrvDomain(SrvDir):