summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/network/1663079
blob: 84a5fc291d92419b6ba6d741e8e59053deeb2e7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.