forked from pool/libvirt
13 lines
647 B
Diff
13 lines
647 B
Diff
Index: libvirt-0.8.4/src/xen/xend_internal.c
|
|
===================================================================
|
|
--- libvirt-0.8.4.orig/src/xen/xend_internal.c
|
|
+++ libvirt-0.8.4/src/xen/xend_internal.c
|
|
@@ -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"));
|