qemu/migration
Markus Armbruster bd269ebc82 sockets: Limit SocketAddressLegacy to external interfaces
SocketAddressLegacy is a simple union, and simple unions are awkward:
they have their variant members wrapped in a "data" object on the
wire, and require additional indirections in C.  SocketAddress is the
equivalent flat union.  Convert all users of SocketAddressLegacy to
SocketAddress, except for existing external interfaces.

See also commit fce5d53..9445673 and 85a82e8..c5f1ae3.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1493192202-3184-7-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
[Minor editing accident fixed, commit message and a comment tweaked]

Signed-off-by: Markus Armbruster <armbru@redhat.com>
2017-05-09 09:14:40 +02:00
..
block.c
colo-comm.c
colo-failover.c
colo.c
exec.c
fd.c
Makefile.objs
migration.c migration: Move postcopy-ram.h to migration/ 2017-05-04 10:40:30 +02:00
postcopy-ram.c migration: Move postcopy-ram.h to migration/ 2017-05-04 10:40:30 +02:00
postcopy-ram.h migration: Move postcopy-ram.h to migration/ 2017-05-04 10:40:30 +02:00
qemu-file-channel.c
qemu-file.c
qjson.c
ram.c migration: Extra tracing 2017-05-04 10:41:23 +02:00
rdma.c sockets: Prepare inet_parse() for flattened SocketAddress 2017-05-09 09:14:40 +02:00
savevm.c migration/next for 20170504 2017-05-05 16:52:35 +01:00
socket.c sockets: Limit SocketAddressLegacy to external interfaces 2017-05-09 09:14:40 +02:00
tls.c
trace-events migration: Extra tracing 2017-05-04 10:41:23 +02:00
vmstate.c
xbzrle.c