]> git.proxmox.com Git - mirror_qemu.git/commit
block: add missing socket_init() calls to tools
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 25 Aug 2020 10:38:48 +0000 (11:38 +0100)
committerEric Blake <eblake@redhat.com>
Wed, 2 Sep 2020 21:47:39 +0000 (16:47 -0500)
commit98c5d2e7010a60eddeabd057c9e0cd4e3a08f85f
tree68b833b5e2fbedacc6b91fab817fd70a1647226c
parent1dc4718d849e1a1fe665ce5241ed79048cfa2cfc
block: add missing socket_init() calls to tools

Any tool that uses sockets needs to call socket_init() in order to work
on the Windows platform.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200825103850.119911-2-berrange@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
qemu-img.c
qemu-io.c
qemu-nbd.c