2010-09-11 00:01:15 +02:00
|
|
|
Index: libvirt-0.8.4/src/xen/xend_internal.c
|
2008-11-07 15:20:28 +01:00
|
|
|
===================================================================
|
2010-09-11 00:01:15 +02:00
|
|
|
--- libvirt-0.8.4.orig/src/xen/xend_internal.c
|
|
|
|
+++ libvirt-0.8.4/src/xen/xend_internal.c
|
2010-09-23 10:55:14 +02:00
|
|
|
@@ -1422,7 +1422,6 @@ xenDaemonParseSxprDisks(virDomainDefPtr
|
|
|
|
/* There is a case without the uname to the CD-ROM device */
|
|
|
|
offset = strchr(dst, ':');
|
|
|
|
if (!offset ||
|
|
|
|
- !hvm ||
|
|
|
|
STRNEQ(offset, ":cdrom")) {
|
|
|
|
virXendError(VIR_ERR_INTERNAL_ERROR,
|
|
|
|
"%s", _("domain information incomplete, vbd has no src"));
|