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

Drop

    tests-Only-use-privileged-mode-if-Qemu-user-and-grou.patch

appplied upstream
parent 496e1251
No related branches found
No related tags found
No related merge requests found
......@@ -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
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);
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