diff options
author | Laurent Vivier | 2022-10-21 11:09:14 +0200 |
---|---|---|
committer | Jason Wang | 2022-10-28 07:28:52 +0200 |
commit | 13c6be96618c4435ba412c098bfe35a76355bc45 (patch) | |
tree | daf5dd3ef76c4623becd2b6fecc218d5cfa47afe /qapi | |
parent | net: stream: Don't ignore EINVAL on netdev socket connection (diff) | |
download | qemu-13c6be96618c4435ba412c098bfe35a76355bc45.tar.gz qemu-13c6be96618c4435ba412c098bfe35a76355bc45.tar.xz qemu-13c6be96618c4435ba412c098bfe35a76355bc45.zip |
net: stream: add unix socket
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Stefano Brivio <sbrivio@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com> (QAPI schema)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/net.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/net.json b/qapi/net.json index d476d33c72..b4768ce62b 100644 --- a/qapi/net.json +++ b/qapi/net.json @@ -586,7 +586,7 @@ # or connect to (server=false) # @server: create server socket (default: false) # -# Only SocketAddress types 'inet' and 'fd' are supported. +# Only SocketAddress types 'unix', 'inet' and 'fd' are supported. # # Since: 7.2 ## |