summary refs log tree commit diff stats
path: root/migration/qemu-file-unix.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2016-03-08 15:27:30 +0000
committerDaniel P. Berrange <berrange@redhat.com>2016-03-10 17:10:18 +0000
commitabc981bf292fb361f8a509c3611ddf2ba2c43360 (patch)
tree33f69495eed241ea8de3a360654be2a947f5057d /migration/qemu-file-unix.c
parent5838d66e73ac50c5547796afe1e86aa204b77fea (diff)
downloadfocaccia-qemu-abc981bf292fb361f8a509c3611ddf2ba2c43360.tar.gz
focaccia-qemu-abc981bf292fb361f8a509c3611ddf2ba2c43360.zip
io: bind to socket before creating QIOChannelSocket
In the QIOChannelSocket test we create a socket file
descriptor and then try to create a QIOChannelSocket.
This works on Linux, but fails on Win32 because it is
not valid to call getsockname() on an unbound socket.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'migration/qemu-file-unix.c')
0 files changed, 0 insertions, 0 deletions