summary refs log tree commit diff stats
path: root/results/classifier/108/vnc/981
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/vnc/981')
-rw-r--r--results/classifier/108/vnc/98125
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/108/vnc/981 b/results/classifier/108/vnc/981
new file mode 100644
index 00000000..9887d098
--- /dev/null
+++ b/results/classifier/108/vnc/981
@@ -0,0 +1,25 @@
+vnc: 0.925
+graphic: 0.899
+socket: 0.878
+network: 0.797
+device: 0.770
+semantic: 0.500
+debug: 0.323
+other: 0.213
+PID: 0.203
+performance: 0.183
+boot: 0.178
+files: 0.140
+permissions: 0.131
+KVM: 0.005
+
+VNC UNIX sockets are not deleted
+Description of problem:
+After exiting QEMU a unix VNC socket file is left behind. Upon termination I would expect it to remove the socket file like it does for example with a monitor unix socket.
+Steps to reproduce:
+```
+   rm -f foo.socket
+   qemu-system-x86_64 -vnc unix:foo.socket
+   # Exit QEMU
+   ls foo.socket
+   ```