[Spice-devel] [Xspice PATCH 04/11] scripts/Xspice: run vdagentd with -f command line option (fake uinput)

Uri Lublin uril at redhat.com
Mon Jan 26 02:35:36 PST 2015


From: "Charles Ricketts <githlar at gmail.com>"
---
 scripts/Xspice |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/Xspice b/scripts/Xspice
index 6eb5294..281535d 100755
--- a/scripts/Xspice
+++ b/scripts/Xspice
@@ -302,7 +302,7 @@ if retpid != 0:
 else:
     if args.vdagent_enabled and args.vdagent_launch:
         # XXX use systemd --user for this?
-        vdagentd = launch(args=[args.vdagentd_exec, '-x', '-S', vdagentd_uds,
+        vdagentd = launch(args=[args.vdagentd_exec, '-f', '-x', '-S', vdagentd_uds,
                           '-s', args.vdagent_virtio_path, '-u', args.vdagent_uinput_path])
         time.sleep(1)
         # TODO wait for uinput pipe open for write
-- 
1.7.1



More information about the Spice-devel mailing list