2013-07-11 00:06:19 +02:00
|
|
|
Index: libvirt-1.1.0/src/xenxs/xen_sxpr.c
|
2008-11-07 15:20:28 +01:00
|
|
|
===================================================================
|
2013-07-11 00:06:19 +02:00
|
|
|
--- libvirt-1.1.0.orig/src/xenxs/xen_sxpr.c
|
|
|
|
+++ libvirt-1.1.0/src/xenxs/xen_sxpr.c
|
2013-06-05 00:48:46 +02:00
|
|
|
@@ -328,7 +328,7 @@ error:
|
2010-11-01 23:38:39 +01:00
|
|
|
static int
|
2011-03-31 22:22:32 +02:00
|
|
|
xenParseSxprDisks(virDomainDefPtr def,
|
|
|
|
const struct sexpr *root,
|
|
|
|
- int hvm,
|
|
|
|
+ int hvm ATTRIBUTE_UNUSED,
|
|
|
|
int xendConfigVersion)
|
2010-11-01 23:38:39 +01:00
|
|
|
{
|
|
|
|
const struct sexpr *cur, *node;
|
2013-06-05 00:48:46 +02:00
|
|
|
@@ -379,7 +379,6 @@ xenParseSxprDisks(virDomainDefPtr def,
|
2010-10-02 00:46:48 +02:00
|
|
|
/* There is a case without the uname to the CD-ROM device */
|
|
|
|
offset = strchr(dst, ':');
|
|
|
|
if (!offset ||
|
|
|
|
- !hvm ||
|
|
|
|
STRNEQ(offset, ":cdrom")) {
|
2012-09-12 17:08:18 +02:00
|
|
|
virReportError(VIR_ERR_INTERNAL_ERROR,
|
|
|
|
"%s", _("domain information incomplete, vbd has no src"));
|