[Spice-devel] [PATCH 5/5] Xspice: cleanup vdagent files
Alon Levy
alevy at redhat.com
Mon Oct 21 17:33:03 CEST 2013
---
scripts/Xspice | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/Xspice b/scripts/Xspice
index 9b82bfe..b1528f9 100755
--- a/scripts/Xspice
+++ b/scripts/Xspice
@@ -278,6 +278,7 @@ if args.vdagent_enabled:
for f in [vdagentd_uds, args.vdagent_virtio_path, args.vdagent_uinput_path]:
if os.path.exists(f):
os.unlink(f)
+ cleanup_files.extend([args.vdagent_virtio_path, args.vdagent_uinput_path])
xorg = launch(executable=args.xorg, args=exec_args + xorg_args)
time.sleep(2)
--
1.8.3.1
More information about the Spice-devel
mailing list