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
a94f6c2e
Commit
a94f6c2e
authored
9 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Use qemu-bridge-helper autodetection
that we implemented upstream instead of hardcoding it.
parent
f525b78f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/control
+2
-0
2 additions, 0 deletions
debian/control
debian/patches/Fix-path-to-qemu-bridge-helper.patch
+0
-22
0 additions, 22 deletions
debian/patches/Fix-path-to-qemu-bridge-helper.patch
debian/patches/series
+0
-1
0 additions, 1 deletion
debian/patches/series
with
2 additions
and
23 deletions
debian/control
+
2
−
0
View file @
a94f6c2e
...
...
@@ -55,6 +55,8 @@ Build-Depends:
libfuse-dev [linux-any],
# for libssh2 connection URIs
libssh2-1-dev,
# for qemu-bridge-helper
qemu-system-common [linux-any],
# For "make check"
augeas-tools,
dwarves,
...
...
This diff is collapsed.
Click to expand it.
debian/patches/Fix-path-to-qemu-bridge-helper.patch
deleted
100644 → 0
+
0
−
22
View file @
f525b78f
From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
Date: Thu, 13 Aug 2015 14:45:11 +0200
Subject: Fix path to qemu-bridge-helper
Closes: #790935
---
src/qemu/qemu_conf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c
index 29049dc..37e9ff0 100644
--- a/src/qemu/qemu_conf.c
+++ b/src/qemu/qemu_conf.c
@@ -295,7 +295,7 @@
virQEMUDriverConfigPtr virQEMUDriverConfigNew(bool privileged)
goto error;
}
- if (VIR_STRDUP(cfg->bridgeHelperName, "/usr/libexec/qemu-bridge-helper") < 0)
+ if (VIR_STRDUP(cfg->bridgeHelperName, "/usr/lib/qemu/qemu-bridge-helper") < 0)
goto error;
cfg->clearEmulatorCapabilities = true;
This diff is collapsed.
Click to expand it.
debian/patches/series
+
0
−
1
View file @
a94f6c2e
...
...
@@ -15,4 +15,3 @@ debian/apparmor_profiles_local_include.patch
debian/libsystemd.patch
virNetSocketCheckProtocols-handle-EAI_NONAME-as-IPv6.patch
Mark-symbols-in-libvirt-admin-as-local.patch
Fix-path-to-qemu-bridge-helper.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