summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorLaurent Vivier2022-10-21 11:09:17 +0200
committerJason Wang2022-10-28 07:28:52 +0200
commit784e7a2531040824f88f33494be256a9e331e219 (patch)
tree978258e75e475cf7f5a96a5d2deefdfcbe4a3921 /qemu-options.hx
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 'qemu-options.hx')
-rw-r--r--qemu-options.hx1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 858f3dc738..e76142bfb6 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2782,6 +2782,7 @@ DEF("netdev", HAS_ARG, QEMU_OPTION_netdev,
" configure a network backend to connect to a multicast maddr and port\n"
" use ``local.host=addr`` to specify the host address to send packets from\n"
"-netdev dgram,id=str,local.type=inet,local.host=addr,local.port=port[,remote.type=inet,remote.host=addr,remote.port=port]\n"
+ "-netdev dgram,id=str,local.type=unix,local.path=path[,remote.type=unix,remote.path=path]\n"
"-netdev dgram,id=str,local.type=fd,local.str=file-descriptor\n"
" configure a network backend to connect to another network\n"
" using an UDP tunnel\n"