This commit is contained in:
committed by
Git OBS Bridge
parent
616dfa112f
commit
b4c780fd71
@@ -1,7 +1,7 @@
|
||||
Index: xen-3.4.0-testing/tools/python/xen/xend/XendAPI.py
|
||||
Index: xen-3.4.1-testing/tools/python/xen/xend/XendAPI.py
|
||||
===================================================================
|
||||
--- xen-3.4.0-testing.orig/tools/python/xen/xend/XendAPI.py
|
||||
+++ xen-3.4.0-testing/tools/python/xen/xend/XendAPI.py
|
||||
--- xen-3.4.1-testing.orig/tools/python/xen/xend/XendAPI.py
|
||||
+++ xen-3.4.1-testing/tools/python/xen/xend/XendAPI.py
|
||||
@@ -1817,10 +1817,10 @@ class XendAPI(object):
|
||||
bool(live), port, node, ssl)
|
||||
return xen_api_success_void()
|
||||
@@ -15,10 +15,10 @@ Index: xen-3.4.0-testing/tools/python/xen/xend/XendAPI.py
|
||||
return xen_api_success_void()
|
||||
|
||||
def VM_restore(self, _, src, paused):
|
||||
Index: xen-3.4.0-testing/tools/python/xen/xend/XendDomain.py
|
||||
Index: xen-3.4.1-testing/tools/python/xen/xend/XendDomain.py
|
||||
===================================================================
|
||||
--- xen-3.4.0-testing.orig/tools/python/xen/xend/XendDomain.py
|
||||
+++ xen-3.4.0-testing/tools/python/xen/xend/XendDomain.py
|
||||
--- xen-3.4.1-testing.orig/tools/python/xen/xend/XendDomain.py
|
||||
+++ xen-3.4.1-testing/tools/python/xen/xend/XendDomain.py
|
||||
@@ -1380,7 +1380,7 @@ class XendDomain:
|
||||
finally:
|
||||
sock.close()
|
||||
@@ -38,10 +38,10 @@ Index: xen-3.4.0-testing/tools/python/xen/xend/XendDomain.py
|
||||
if dominfo.getDomid() == DOM0_ID:
|
||||
raise XendError("Cannot save privileged domain %s" % str(domid))
|
||||
if dominfo._stateGet() != DOM_STATE_RUNNING:
|
||||
Index: xen-3.4.0-testing/tools/python/xen/xm/main.py
|
||||
Index: xen-3.4.1-testing/tools/python/xen/xm/main.py
|
||||
===================================================================
|
||||
--- xen-3.4.0-testing.orig/tools/python/xen/xm/main.py
|
||||
+++ xen-3.4.0-testing/tools/python/xen/xm/main.py
|
||||
--- xen-3.4.1-testing.orig/tools/python/xen/xm/main.py
|
||||
+++ xen-3.4.1-testing/tools/python/xen/xm/main.py
|
||||
@@ -118,7 +118,7 @@ SUBCOMMAND_HELP = {
|
||||
'reset' : ('<Domain>', 'Reset a domain.'),
|
||||
'restore' : ('<CheckpointFile> [-p]',
|
||||
|
Reference in New Issue
Block a user