summary refs log tree commit diff stats
path: root/migration/qemu-file.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2018-03-12 14:17:14 +0000
committerDr. David Alan Gilbert <dgilbert@redhat.com>2018-03-23 16:27:24 +0000
commitbdd847a026974634d636e65c4e00cd890cb6099d (patch)
tree4f9a18160035df00083d9d855386c019f3cb6cb5 /migration/qemu-file.c
parent4c2c1015905fa1d616750dfe024b4c0b35875950 (diff)
downloadfocaccia-qemu-bdd847a026974634d636e65c4e00cd890cb6099d.tar.gz
focaccia-qemu-bdd847a026974634d636e65c4e00cd890cb6099d.zip
migration: convert socket server to QIONetListener
Instead of creating a QIOChannelSocket directly for the migration
server socket, use a QIONetListener. This provides the ability
to listen on multiple sockets at the same time, so enables
full support for IPv4/IPv6 dual stack.

For example,   '$QEMU -incoming tcp::9000' now correctly listens
on both 0.0.0.0 and :: at the same time, instead of only on 0.0.0.0.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <20180312141714.7223-1-berrange@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/qemu-file.c')
0 files changed, 0 insertions, 0 deletions