Index: libvirt-0.8.6/src/xen/xend_internal.c =================================================================== --- libvirt-0.8.6.orig/src/xen/xend_internal.c +++ libvirt-0.8.6/src/xen/xend_internal.c @@ -1358,7 +1358,7 @@ error: static int xenDaemonParseSxprDisks(virDomainDefPtr def, const struct sexpr *root, - int hvm, + int hvm ATTRIBUTE_UNUSED, int xendConfigVersion) { const struct sexpr *cur, *node; @@ -1405,7 +1405,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"));