Updating link to change in openSUSE:Factory/xen revision 98.0
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=4293852b248e1f267831a4305b1c05a9
This commit is contained in:
committed by
Git OBS Bridge
parent
8198e029dc
commit
3ab5d775a1
@@ -2,7 +2,7 @@ Index: xen-4.0.0-testing/tools/python/xen/xend/XendAPI.py
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/tools/python/xen/xend/XendAPI.py
|
||||
+++ xen-4.0.0-testing/tools/python/xen/xend/XendAPI.py
|
||||
@@ -1922,10 +1922,10 @@ class XendAPI(object):
|
||||
@@ -1923,10 +1923,10 @@ class XendAPI(object):
|
||||
bool(live), port, node, ssl, bool(chs))
|
||||
return xen_api_success_void()
|
||||
|
||||
@@ -19,7 +19,7 @@ Index: xen-4.0.0-testing/tools/python/xen/xend/XendDomain.py
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/tools/python/xen/xend/XendDomain.py
|
||||
+++ xen-4.0.0-testing/tools/python/xen/xend/XendDomain.py
|
||||
@@ -1484,7 +1484,7 @@ class XendDomain:
|
||||
@@ -1496,7 +1496,7 @@ class XendDomain:
|
||||
pass
|
||||
sock.close()
|
||||
|
||||
@@ -28,7 +28,7 @@ Index: xen-4.0.0-testing/tools/python/xen/xend/XendDomain.py
|
||||
"""Start saving a domain to file.
|
||||
|
||||
@param domid: Domain ID or Name
|
||||
@@ -1500,6 +1500,9 @@ class XendDomain:
|
||||
@@ -1512,6 +1512,9 @@ class XendDomain:
|
||||
if not dominfo:
|
||||
raise XendInvalidDomain(str(domid))
|
||||
|
||||
@@ -51,7 +51,7 @@ Index: xen-4.0.0-testing/tools/python/xen/xm/main.py
|
||||
'Save a domain state to restore later.'),
|
||||
'shutdown' : ('<Domain> [-waRH]', 'Shutdown a domain.'),
|
||||
'top' : ('', 'Monitor a host and the domains in real time.'),
|
||||
@@ -314,6 +314,7 @@ SUBCOMMAND_OPTIONS = {
|
||||
@@ -316,6 +316,7 @@ SUBCOMMAND_OPTIONS = {
|
||||
),
|
||||
'save': (
|
||||
('-c', '--checkpoint', 'Leave domain running after creating snapshot'),
|
||||
@@ -59,7 +59,7 @@ Index: xen-4.0.0-testing/tools/python/xen/xm/main.py
|
||||
),
|
||||
'restore': (
|
||||
('-p', '--paused', 'Do not unpause domain after restoring it'),
|
||||
@@ -816,18 +817,21 @@ def xm_event_monitor(args):
|
||||
@@ -820,18 +821,21 @@ def xm_event_monitor(args):
|
||||
|
||||
def xm_save(args):
|
||||
|
||||
@@ -83,7 +83,7 @@ Index: xen-4.0.0-testing/tools/python/xen/xm/main.py
|
||||
|
||||
if len(params) != 2:
|
||||
err("Wrong number of parameters")
|
||||
@@ -841,9 +845,9 @@ def xm_save(args):
|
||||
@@ -845,9 +849,9 @@ def xm_save(args):
|
||||
sys.exit(1)
|
||||
|
||||
if serverType == SERVER_XEN_API:
|
||||
|
Reference in New Issue
Block a user