[libvirt] [PATCH 1/2] tests: Create privileged driver config in qemuxml2argvtest

Martin Kletzander mkletzan at redhat.com
Mon Mar 3 17:21:13 UTC 2014


This is actaully a proper setting since we're not checking
session-mode related XMLs.

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 tests/qemuxml2argvtest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c
index af7194f..5d6a64b 100644
--- a/tests/qemuxml2argvtest.c
+++ b/tests/qemuxml2argvtest.c
@@ -500,7 +500,7 @@ mymain(void)
         return EXIT_FAILURE;
     }

-    driver.config = virQEMUDriverConfigNew(false);
+    driver.config = virQEMUDriverConfigNew(true);
     VIR_FREE(driver.config->spiceListen);
     VIR_FREE(driver.config->vncListen);

-- 
1.9.0




More information about the libvir-list mailing list