Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
4ea1ea98
Commit
4ea1ea98
authored
16 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
fix path to hvmloader
Closes: #517059
parent
1c9a023b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/0010-fix-Debian-specific-path-to-hvm-loader.patch
+23
-0
23 additions, 0 deletions
...patches/0010-fix-Debian-specific-path-to-hvm-loader.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
24 additions
and
0 deletions
debian/patches/0010-fix-Debian-specific-path-to-hvm-loader.patch
0 → 100644
+
23
−
0
View file @
4ea1ea98
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)
--
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
4ea1ea98
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment