Signed-off-by: Jeremy White<jwh...@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


_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to