Skip to content
Snippets Groups Projects
Commit 4ea1ea98 authored by Guido Günther's avatar Guido Günther
Browse files

fix path to hvmloader

Closes: #517059
parent 1c9a023b
No related branches found
No related tags found
No related merge requests found
From: =?utf-8?q?Guido=20G=C3=BCnther?= <agx@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)
--
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment