summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/socket/1903470
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/socket/1903470')
-rw-r--r--results/classifier/deepseek-2-tmp/output/socket/190347010
1 files changed, 10 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/socket/1903470 b/results/classifier/deepseek-2-tmp/output/socket/1903470
new file mode 100644
index 000000000..7462c8dbc
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/socket/1903470
@@ -0,0 +1,10 @@
+
+qemu 5.1.0: Add UNIX socket support for netdev socket
+
+qemu has a way to connect instances using a socket:
+
+-netdev socket,id=str[,fd=h][,listen=[host]:port][,connect=host:port]
+
+This can also be used to connect a qemu instance to something else using a socket connection, however there is no authentication or security to the connection, so rather than using a port which can be accessed by any user on the machine, having the ability to use or connect to UNIX sockets would be helpful, and adding this option should be fairly trivial.
+
+UNIX sockets can be found in various parts of qemu (monitor, etc) so I believe having this on network would make sense.
\ No newline at end of file