summaryrefslogtreecommitdiffstats
path: root/qapi
diff options
context:
space:
mode:
authorLaurent Vivier2022-10-21 11:09:17 +0200
committerJason Wang2022-10-28 07:28:52 +0200
commit784e7a2531040824f88f33494be256a9e331e219 (patch)
tree978258e75e475cf7f5a96a5d2deefdfcbe4a3921 /qapi
parentnet: dgram: move mcast specific code from net_socket_fd_init_dgram() (diff)
downloadqemu-784e7a2531040824f88f33494be256a9e331e219.tar.gz
qemu-784e7a2531040824f88f33494be256a9e331e219.tar.xz
qemu-784e7a2531040824f88f33494be256a9e331e219.zip
net: dgram: add unix socket
Signed-off-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: Stefano Brivio <sbrivio@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Acked-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> (QAPI schema) Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/net.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/net.json b/qapi/net.json
index b4768ce62b..cbc8d77c97 100644
--- a/qapi/net.json
+++ b/qapi/net.json
@@ -603,7 +603,7 @@
# @remote: remote address
# @local: local address
#
-# Only SocketAddress types 'inet' and 'fd' are supported.
+# Only SocketAddress types 'unix', 'inet' and 'fd' are supported.
#
# If remote address is present and it's a multicast address, local address
# is optional. Otherwise local address is required and remote address is