22 lines
958 B
Diff
22 lines
958 B
Diff
Index: libvirt-0.8.8/src/xen/xend_internal.c
|
|
===================================================================
|
|
--- libvirt-0.8.8.orig/src/xen/xend_internal.c
|
|
+++ libvirt-0.8.8/src/xen/xend_internal.c
|
|
@@ -1365,7 +1365,7 @@ error:
|
|
static int
|
|
xenDaemonParseSxprDisks(virDomainDefPtr def,
|
|
const struct sexpr *root,
|
|
- int hvm,
|
|
+ int hvm ATTRIBUTE_UNUSED,
|
|
int xendConfigVersion)
|
|
{
|
|
const struct sexpr *cur, *node;
|
|
@@ -1412,7 +1412,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"));
|