summary refs log tree commit diff stats
path: root/results/classifier/118/vnc/981
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/vnc/981
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloadqemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/vnc/981')
-rw-r--r--results/classifier/118/vnc/98140
1 files changed, 40 insertions, 0 deletions
diff --git a/results/classifier/118/vnc/981 b/results/classifier/118/vnc/981
new file mode 100644
index 000000000..74e54395a
--- /dev/null
+++ b/results/classifier/118/vnc/981
@@ -0,0 +1,40 @@
+vnc: 0.925
+graphic: 0.899
+socket: 0.878
+network: 0.797
+device: 0.770
+mistranslation: 0.714
+x86: 0.678
+architecture: 0.558
+semantic: 0.500
+debug: 0.323
+PID: 0.203
+performance: 0.183
+boot: 0.178
+ppc: 0.164
+files: 0.140
+permissions: 0.131
+user-level: 0.098
+i386: 0.098
+TCG: 0.091
+register: 0.085
+virtual: 0.067
+arm: 0.061
+risc-v: 0.061
+VMM: 0.045
+peripherals: 0.034
+hypervisor: 0.022
+assembly: 0.012
+kernel: 0.009
+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
+   ```