summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/vmm/676934
blob: 8d2c8458a68ebc26a410c7961ae67b4189f829b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
Ability to use -net socket with unix sockets

It would be a nice feature (simplifying access control for example) to be able to do something like:

qemu -net socket,listen=unix:/tmp/qemunet
qemu -net socket,connect=unix:/tmp/qemunet

For now one has to use TCP connections even for guests running on the same host, which involves setting up iptables to restrict access.