net: fix -netdev socket,fd= for UDP sockets
commit0f8c289ad539feb5135c545bea947b310a893f4b
authorJens Freimann <jfreimann@redhat.com>
Tue, 8 Aug 2017 20:38:57 +0000 (8 22:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 9 Aug 2017 01:22:13 +0000 (9 04:22 +0300)
treecdb527021f0cd0c34521be2f0d0c5a1921a04b37
parentcde0a63ad721dbb538419a00f9405587680be436
net: fix -netdev socket,fd= for UDP sockets

This patch fixes -netdev socket,fd= for UDP sockets
Currently -netdev socket,fd=<...> results in

  qemu: error: specified mcastaddr "127.0.0.1" (0x7f000001) does not
    contain a multicast address
  qemu-system-x86_64: -netdev
    socket,id=n1,fd=3: Device 'socket' could not be initialized

To fix these we need to allow specifying multicast and fd arguments
for the same netdev. With this the user can specify "-netdev
fd=3,mcast=<IP:port>"

Cc: Jason Wang <jasowang@redhat.com>
Fixes: 3d830459b1eccdb61b75e2712fd364012ce5a115
Signed-off-by: Jens Freimann <jfreimann@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
net/socket.c