[Spice-devel] [PATCH 2/2] Set -noreset on invocation

Jeremy White jwhite at codeweavers.com
Wed May 1 16:44:50 PDT 2013


Signed-off-by: Jeremy White<jwhite at codeweavers.com>
---
  scripts/Xspice |    3 +++
  1 file changed, 3 insertions(+)

diff --git a/scripts/Xspice b/scripts/Xspice
index 7936c87..bfa9197 100755
--- a/scripts/Xspice
+++ b/scripts/Xspice
@@ -203,6 +203,9 @@ if cgdb and args.cgdb:
      exec_args = [cgdb, '--args'] + exec_args
      args.xorg = cgdb

+# This is currently mandatory; the driver cannot survive a reset
+xorg_args = [ '-noreset' ] + xorg_args
+
  xpid = os.spawnv(os.P_NOWAIT, args.xorg, exec_args + xorg_args)
  time.sleep(2)

-- 
1.7.10.4




More information about the Spice-devel mailing list