summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/socket/1663079
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/socket/1663079
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloadqemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/socket/1663079')
-rw-r--r--results/classifier/zero-shot/108/socket/166307942
1 files changed, 42 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/socket/1663079 b/results/classifier/zero-shot/108/socket/1663079
new file mode 100644
index 000000000..0f22e744d
--- /dev/null
+++ b/results/classifier/zero-shot/108/socket/1663079
@@ -0,0 +1,42 @@
+socket: 0.980
+network: 0.964
+device: 0.847
+performance: 0.788
+graphic: 0.760
+other: 0.671
+PID: 0.578
+semantic: 0.547
+permissions: 0.473
+vnc: 0.430
+debug: 0.387
+boot: 0.384
+files: 0.117
+KVM: 0.052
+
+socket network not working
+
+The socket network type is no longer working in 2.8.0.
+
+When trying to establish a network between 2 qemu instances:
+
+The listening host:
+qemu-system-x86_64 -netdev socket,id=in0,listen=127.0.0.1:9999 -device virtio-net-pci,netdev=in0
+
+works fine, but for the second one:
+
+qemu-system-x86_64 -netdev socket,id=in0,connect=127.0.0.1:9999 -device virtio-net-pci,netdev=in0
+
+It fails with:
+
+qemu-system-x86_64: -device virtio-net-pci,netdev=in0: Property 'virtio-net-device.netdev' can't find value 'in0'
+
+netstat shows a new connection to port 9999 in time_wait state every time.
+
+host: kernel 4.4.38, 64bits.
+
+It was working fine with previous version.
+
+Works for me with the current QEMU master branch... can you still reproduce the issue with the latest version of QEMU (either v4.2 or the master branch)?
+
+[Expired for QEMU because there has been no activity for 60 days.]
+