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