SHA256
1
0
forked from pool/xen

Patch cleanup. Refreshed several patches.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=69
This commit is contained in:
Charles Arnold
2010-07-30 22:40:48 +00:00
committed by Git OBS Bridge
parent 393ad2e586
commit 1fbd8d52a6
13 changed files with 45 additions and 45 deletions

View File

@@ -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: