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
f8d48c5b
Commit
f8d48c5b
authored
11 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Drop
tests-Only-use-privileged-mode-if-Qemu-user-and-grou.patch appplied upstream
parent
496e1251
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/series
+0
-1
0 additions, 1 deletion
debian/patches/series
debian/patches/tests-Only-use-privileged-mode-if-Qemu-user-and-grou.patch
+0
-26
0 additions, 26 deletions
...ests-Only-use-privileged-mode-if-Qemu-user-and-grou.patch
with
0 additions
and
27 deletions
debian/patches/series
+
0
−
1
View file @
f8d48c5b
...
...
@@ -12,4 +12,3 @@ debian/Debianize-systemd-service-files.patch
Allow-xen-toolstack-to-find-it-s-binaries.patch
Skip-vircgrouptest.patch
Include-param.h-on-kFreeBSD.patch
tests-Only-use-privileged-mode-if-Qemu-user-and-grou.patch
This diff is collapsed.
Click to expand it.
debian/patches/tests-Only-use-privileged-mode-if-Qemu-user-and-grou.patch
deleted
100644 → 0
+
0
−
26
View file @
496e1251
From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
Date: Sat, 3 May 2014 13:04:58 +0200
Subject: tests: Only use privileged mode if Qemu user and group
Better version as proposed upstream
---
tests/qemuxml2argvtest.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c
index a1ef2b8..14482fd 100644
--- a/tests/qemuxml2argvtest.c
+++ b/tests/qemuxml2argvtest.c
@@ -499,9 +499,11 @@
mymain(void)
return EXIT_FAILURE;
}
- driver.config = virQEMUDriverConfigNew(true);
+ driver.config = virQEMUDriverConfigNew(false);
if (driver.config == NULL)
return EXIT_FAILURE;
+ else
+ driver.config->privileged = true;
VIR_FREE(driver.config->spiceListen);
VIR_FREE(driver.config->vncListen);
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