X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=util%2Fqemu-sockets.c;h=9b7368113c8e6f56f29b4ced5326a1d2d5bde67b;hb=ca0b64e5ed5c60543ff4758c858f65cd090512f0;hp=40164bf6813d8d04a60c1a066f5b9eaa0d016d17;hpb=9588c5897b83a43c80b810ec44e575e1032378d4;p=mirror_qemu.git diff --git a/util/qemu-sockets.c b/util/qemu-sockets.c index 40164bf681..9b7368113c 100644 --- a/util/qemu-sockets.c +++ b/util/qemu-sockets.c @@ -1154,6 +1154,10 @@ int socket_dgram(SocketAddress *remote, SocketAddress *local, Error **errp) { int fd; + /* + * TODO SOCKET_ADDRESS_KIND_FD when fd is AF_INET or AF_INET6 + * (although other address families can do SOCK_DGRAM, too) + */ switch (remote->type) { case SOCKET_ADDRESS_KIND_INET: fd = inet_dgram_saddr(remote->u.inet.data,