diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
| commit | 256709d2eb3fd80d768a99964be5caa61effa2a0 (patch) | |
| tree | 05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/socket/1663079 | |
| parent | 2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff) | |
| download | emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/105/socket/1663079')
| -rw-r--r-- | results/classifier/105/socket/1663079 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/results/classifier/105/socket/1663079 b/results/classifier/105/socket/1663079 new file mode 100644 index 00000000..a8434885 --- /dev/null +++ b/results/classifier/105/socket/1663079 @@ -0,0 +1,40 @@ +socket: 0.980 +network: 0.964 +device: 0.847 +instruction: 0.808 +graphic: 0.760 +other: 0.671 +mistranslation: 0.595 +semantic: 0.547 +vnc: 0.430 +boot: 0.384 +assembly: 0.224 +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.] + |