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

@@ -2,7 +2,7 @@ Index: xen-4.0.0-testing/tools/python/xen/xend/XendDomainInfo.py
===================================================================
--- xen-4.0.0-testing.orig/tools/python/xen/xend/XendDomainInfo.py
+++ xen-4.0.0-testing/tools/python/xen/xend/XendDomainInfo.py
@@ -1307,8 +1307,15 @@ class XendDomainInfo:
@@ -1310,8 +1310,15 @@ class XendDomainInfo:
frontpath = self.getDeviceController(deviceClass).frontendPath(dev)
backpath = xstransact.Read(frontpath, "backend")
thread.start_new_thread(self.getDeviceController(deviceClass).finishDeviceCleanup, (backpath, path))