SHA256
1
0
forked from pool/xen

Accepting request 36840 from Virtualization

checked in (request 36840)

OBS-URL: https://build.opensuse.org/request/show/36840
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=38
This commit is contained in:
OBS User autobuild
2010-04-02 22:15:36 +00:00
committed by Git OBS Bridge
parent 8be17801c5
commit bf52b1dc27
14 changed files with 104 additions and 174 deletions

View File

@@ -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)
@@ -2979,6 +2981,11 @@ class XendDomainInfo:
@@ -2972,6 +2974,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()
@@ -4485,6 +4492,74 @@ class XendDomainInfo:
@@ -4478,6 +4485,74 @@ class XendDomainInfo:
def has_device(self, dev_class, dev_uuid):
return (dev_uuid in self.info['%s_refs' % dev_class.lower()])