]> www.infradead.org Git - users/dwmw2/qemu.git/commit
sockets: Rename SocketAddress to SocketAddressLegacy
authorMarkus Armbruster <armbru@redhat.com>
Wed, 26 Apr 2017 07:36:39 +0000 (09:36 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 9 May 2017 07:14:40 +0000 (09:14 +0200)
commitdfd100f242370886bb6732f70f1f7cbd8eb9fedc
tree3ad4f17ad74b5b420f556ccea55b391a39d5a2c5
parent4626a19c86c30d96cedbac2bd44ef8103303cb37
sockets: Rename SocketAddress to SocketAddressLegacy

The next commit will rename SocketAddressFlat to SocketAddress, and
the commit after that will replace most uses of SocketAddressLegacy by
SocketAddress, replacing most of this commit's renames right back.

Note that checkpatch emits a few "line over 80 characters" warnings.
The long lines are all temporary; the SocketAddressLegacy replacement
will shorten them again.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1493192202-3184-5-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
23 files changed:
block/nbd.c
block/sheepdog.c
blockdev-nbd.c
chardev/char-socket.c
chardev/char-udp.c
hmp.c
include/io/channel-socket.h
include/io/dns-resolver.h
include/io/task.h
include/qemu/sockets.h
io/channel-socket.c
io/dns-resolver.c
migration/socket.c
net/socket.c
qapi-schema.json
qapi/block.json
qemu-nbd.c
qga/channel-posix.c
qga/main.c
tests/test-io-channel-socket.c
ui/vnc-auth-sasl.c
ui/vnc.c
util/qemu-sockets.c