SHA256
1
0
forked from pool/xen

- bnc#636231 - XEN: Unable to disconnect/remove CDROM drive from VM

xend-devid-or-name.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=77
This commit is contained in:
Charles Arnold
2010-10-20 21:11:17 +00:00
committed by Git OBS Bridge
parent 08a77ed8c4
commit 27856be8a4
8 changed files with 34 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ Index: xen-4.0.1-testing/tools/python/xen/xend/XendDomainInfo.py
xc = xen.lowlevel.xc.xc()
xoptions = XendOptions.instance()
@@ -3311,20 +3311,27 @@ class XendDomainInfo:
@@ -3314,20 +3314,27 @@ class XendDomainInfo:
# This is a file, not a device. pygrub can cope with a
# file if it's raw, but if it's QCOW or other such formats
# used through blktap, then we need to mount it first.
@@ -76,7 +76,7 @@ Index: xen-4.0.1-testing/tools/python/xen/xend/XendDomainInfo.py
try:
blcfg = bootloader(blexec, fn, self, False,
@@ -3332,11 +3339,11 @@ class XendDomainInfo:
@@ -3335,11 +3342,11 @@ class XendDomainInfo:
finally:
if mounted:
log.info("Unmounting %s from %s." %