156c5c55da
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=51a5937e3a08f72bc642b13184758743
13 lines
647 B
Diff
13 lines
647 B
Diff
Index: libvirt-0.8.4/src/xen/xend_internal.c
|
|
===================================================================
|
|
--- libvirt-0.8.4.orig/src/xen/xend_internal.c
|
|
+++ libvirt-0.8.4/src/xen/xend_internal.c
|
|
@@ -1422,7 +1422,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"));
|