This commit is contained in:
committed by
Git OBS Bridge
parent
b52c73e219
commit
28b141bb6f
@@ -1,7 +1,7 @@
|
||||
Index: xen-3.0.5-testing/tools/misc/xend
|
||||
Index: xen-3.1-testing/tools/misc/xend
|
||||
===================================================================
|
||||
--- xen-3.0.5-testing.orig/tools/misc/xend
|
||||
+++ xen-3.0.5-testing/tools/misc/xend
|
||||
--- xen-3.1-testing.orig/tools/misc/xend
|
||||
+++ xen-3.1-testing/tools/misc/xend
|
||||
@@ -50,22 +50,6 @@ def hline():
|
||||
def msg(message):
|
||||
print >>sys.stderr, "*" * 3, message
|
||||
@@ -33,11 +33,11 @@ Index: xen-3.0.5-testing/tools/misc/xend
|
||||
check_user()
|
||||
except CheckError:
|
||||
sys.exit(1)
|
||||
Index: xen-3.0.5-testing/tools/python/xen/xend/XendDomain.py
|
||||
Index: xen-3.1-testing/tools/python/xen/xend/XendDomain.py
|
||||
===================================================================
|
||||
--- xen-3.0.5-testing.orig/tools/python/xen/xend/XendDomain.py
|
||||
+++ xen-3.0.5-testing/tools/python/xen/xend/XendDomain.py
|
||||
@@ -825,6 +825,8 @@ class XendDomain:
|
||||
--- xen-3.1-testing.orig/tools/python/xen/xend/XendDomain.py
|
||||
+++ xen-3.1-testing/tools/python/xen/xend/XendDomain.py
|
||||
@@ -827,6 +827,8 @@ class XendDomain:
|
||||
|
||||
if dominfo.getDomid() == DOM0_ID:
|
||||
raise XendError("Cannot save privileged domain %s" % domname)
|
||||
@@ -46,7 +46,7 @@ Index: xen-3.0.5-testing/tools/python/xen/xend/XendDomain.py
|
||||
|
||||
if dominfo._stateGet() != DOM_STATE_RUNNING:
|
||||
raise VMBadState("Domain is not running",
|
||||
@@ -1243,6 +1245,8 @@ class XendDomain:
|
||||
@@ -1245,6 +1247,8 @@ class XendDomain:
|
||||
|
||||
if dominfo.getDomid() == DOM0_ID:
|
||||
raise XendError("Cannot save privileged domain %i" % domid)
|
||||
|
Reference in New Issue
Block a user