SHA256
1
0
forked from pool/xen

Accepting request 38890 from Virtualization

checked in (request 38890)

OBS-URL: https://build.opensuse.org/request/show/38890
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=43
This commit is contained in:
OBS User autobuild
2010-04-26 21:23:46 +00:00
committed by Git OBS Bridge
parent 6891466418
commit 3c9f5b57ac
18 changed files with 1252 additions and 591 deletions

View File

@@ -23,7 +23,7 @@ Index: xen-4.0.0-testing/tools/examples/xend-config.sxp
+# Lock is placed in /<xend-domain-lock-path>/<domain-uuid>.
+# Default is /var/lib/xen/images/vm_locks/
+#
+#(xend-domain-lock-path /var/lib/images/vm_locks)
+#(xend-domain-lock-path /var/lib/xend/domains)
+
+# External locking utility called by xend for acquiring/releasing
+# domain lock. By default /etc/xen/scripts/domain-lock will be used
@@ -91,7 +91,7 @@ Index: xen-4.0.0-testing/tools/python/xen/xend/XendDomainInfo.py
XendTask.log_progress(0, 30, self._constructDomain)
XendTask.log_progress(31, 60, self._initDomain)
@@ -2983,6 +2985,11 @@ class XendDomainInfo:
@@ -2979,6 +2981,11 @@ class XendDomainInfo:
self._stateSet(DOM_STATE_HALTED)
self.domid = None # Do not push into _stateSet()!
@@ -103,7 +103,7 @@ Index: xen-4.0.0-testing/tools/python/xen/xend/XendDomainInfo.py
finally:
self.refresh_shutdown_lock.release()
@@ -4489,6 +4496,74 @@ class XendDomainInfo:
@@ -4485,6 +4492,74 @@ class XendDomainInfo:
def has_device(self, dev_class, dev_uuid):
return (dev_uuid in self.info['%s_refs' % dev_class.lower()])