[Pkg-libvirt-commits] [SCM] Libvirt debian packaging branch, master, updated. debian/0.5.1-6-8-g8737618

Guido Günther agx at sigxcpu.org
Fri Feb 27 17:07:47 UTC 2009


The following commit has been merged in the master branch:
commit 4ea1ea9880a46552760d25153cb7c1befdcf1ce8
Author: Guido Günther <agx at sigxcpu.org>
Date:   Thu Feb 26 14:44:44 2009 +0100

    fix path to hvmloader
    
    Closes: #517059

diff --git a/debian/patches/0010-fix-Debian-specific-path-to-hvm-loader.patch b/debian/patches/0010-fix-Debian-specific-path-to-hvm-loader.patch
new file mode 100644
index 0000000..13ac56e
--- /dev/null
+++ b/debian/patches/0010-fix-Debian-specific-path-to-hvm-loader.patch
@@ -0,0 +1,23 @@
+From: =?utf-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Thu, 26 Feb 2009 14:29:58 +0100
+Subject: [PATCH] fix Debian specific path to hvm loader
+
+Closes: #517059
+---
+ src/xen_internal.c |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/xen_internal.c b/src/xen_internal.c
+index 89081ea..5ccef3a 100644
+--- a/src/xen_internal.c
++++ b/src/xen_internal.c
+@@ -2168,7 +2168,7 @@ xenHypervisorBuildCapabilities(virConnectPtr conn,
+                                               "/usr/lib64/xen/bin/qemu-dm" :
+                                               "/usr/lib/xen/bin/qemu-dm"),
+                                              (guest_archs[i].hvm ?
+-                                              "/usr/lib/xen/boot/hvmloader" :
++                                              "/usr/lib/xen-default/boot/hvmloader" :
+                                               NULL),
+                                              1,
+                                              machines)) == NULL)
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 9f9f019..e226952 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
 0007-don-t-fail-on-missing-locales.patch
 0008-Don-t-hardcode-ssh-port.patch
 0009-libvirt_proxy-Fix-use-of-uninitalized-memory.patch
+0010-fix-Debian-specific-path-to-hvm-loader.patch

-- 
Libvirt debian packaging



More information about the Pkg-libvirt-commits mailing list