Signed-off-by: Jeremy White<jwhite@xxxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel