summaryrefslogtreecommitdiff
path: root/migration/Makefile.objs
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2016-04-27 11:05:04 +0100
committerAmit Shah <amit.shah@redhat.com>2016-05-26 11:31:42 +0530
commite65c67e4dad18a1f04be426f23cc4d64a32c7548 (patch)
tree5fb476280068dc4c4ed96521d5ee9082ec43b70a /migration/Makefile.objs
parent6f860ae75566e858593d2c067909a6d1e9feccbf (diff)
downloadqemu-e65c67e4dad18a1f04be426f23cc4d64a32c7548.tar.gz
migration: convert tcp socket protocol to use QIOChannel
Drop the current TCP socket migration driver and extend the new generic socket driver to cope with the TCP address format Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-Id: <1461751518-12128-15-git-send-email-berrange@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'migration/Makefile.objs')
-rw-r--r--migration/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/Makefile.objs b/migration/Makefile.objs
index b0b9550916..422186195e 100644
--- a/migration/Makefile.objs
+++ b/migration/Makefile.objs
@@ -1,4 +1,4 @@
-common-obj-y += migration.o tcp.o socket.o
+common-obj-y += migration.o socket.o
common-obj-y += vmstate.o
common-obj-y += qemu-file.o qemu-file-buf.o qemu-file-unix.o qemu-file-stdio.o
common-obj-y += qemu-file-channel.o