summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/network/676934
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/network/676934')
-rw-r--r--results/classifier/gemma3:12b/network/6769349
1 files changed, 9 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/network/676934 b/results/classifier/gemma3:12b/network/676934
new file mode 100644
index 000000000..8d2c8458a
--- /dev/null
+++ b/results/classifier/gemma3:12b/network/676934
@@ -0,0 +1,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.
\ No newline at end of file