02bfe2161f
- Update to libvirt 1.2.7 - Introduce virConnectGetDomainCapabilities - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Drop upstream patches: dba3432b-virt-lxc-convert-fix.patch, 9b1e4cd5-skip-useless-apparmor-files.patch, dba3432b-virt-lxc-convert-fix.patch, add-nocow-to-vol-xml.patch, lxc-keep-caps-feature.patch, lxc-keep-caps-feature-conversion.patch, lxc-keep-caps-feature-doc.patch, lxc-net-target-name.patch, lxc-net-target-name-conversion.patch, lxc-net-target-name-doc.patch OBS-URL: https://build.opensuse.org/request/show/243625 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=393
22 lines
947 B
Diff
22 lines
947 B
Diff
Index: libvirt-1.2.7/src/xenxs/xen_sxpr.c
|
|
===================================================================
|
|
--- libvirt-1.2.7.orig/src/xenxs/xen_sxpr.c
|
|
+++ libvirt-1.2.7/src/xenxs/xen_sxpr.c
|
|
@@ -332,7 +332,7 @@ xenParseSxprChar(const char *value,
|
|
static int
|
|
xenParseSxprDisks(virDomainDefPtr def,
|
|
const struct sexpr *root,
|
|
- int hvm,
|
|
+ int hvm ATTRIBUTE_UNUSED,
|
|
int xendConfigVersion)
|
|
{
|
|
const struct sexpr *cur, *node;
|
|
@@ -383,7 +383,6 @@ xenParseSxprDisks(virDomainDefPtr def,
|
|
/* There is a case without the uname to the CD-ROM device */
|
|
offset = strchr(dst, ':');
|
|
if (!offset ||
|
|
- !hvm ||
|
|
STRNEQ(offset, ":cdrom")) {
|
|
virReportError(VIR_ERR_INTERNAL_ERROR,
|
|
"%s", _("domain information incomplete, vbd has no src"));
|