summary refs log tree commit diff stats
path: root/results/classifier/118/socket/2876
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/socket/2876
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloademulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/socket/2876')
-rw-r--r--results/classifier/118/socket/287644
1 files changed, 44 insertions, 0 deletions
diff --git a/results/classifier/118/socket/2876 b/results/classifier/118/socket/2876
new file mode 100644
index 00000000..7290b7c2
--- /dev/null
+++ b/results/classifier/118/socket/2876
@@ -0,0 +1,44 @@
+socket: 0.951
+graphic: 0.932
+device: 0.929
+network: 0.895
+virtual: 0.854
+vnc: 0.843
+architecture: 0.832
+arm: 0.771
+PID: 0.731
+register: 0.713
+boot: 0.661
+debug: 0.647
+kernel: 0.623
+KVM: 0.596
+permissions: 0.581
+ppc: 0.572
+mistranslation: 0.538
+VMM: 0.523
+risc-v: 0.503
+semantic: 0.464
+performance: 0.418
+TCG: 0.379
+i386: 0.372
+peripherals: 0.367
+x86: 0.326
+hypervisor: 0.265
+user-level: 0.244
+assembly: 0.201
+files: 0.194
+
+IPv6 support for hostfwd + guestfwd
+Description of problem:
+When using hostfwd, only IPv4 connections are forwarded.
+Steps to reproduce:
+1. Start vm with the aforementioned command using a system image that comes with a socket listening on both IPv4 and IPv6. (I used Arch Linux Box which comes with `sshd` enabled by default).
+2. Connect to the forwarded socket:
+  - IPv4 succeeds:
+    - `ssh -oPasswordAuthentication=yes arch@127.0.0.1 -p 52022`
+    - `nc -zv 127.0.0.1 52022`
+  - IPv6 does not:
+    - `ssh -oPasswordAuthentication=yes arch@::1 -p 52022`
+    - `nc -zv ::1 52022`
+Additional information:
+#