summaryrefslogtreecommitdiff
path: root/migration/Makefile.objs
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2016-04-27 11:05:06 +0100
committerAmit Shah <amit.shah@redhat.com>2016-05-26 11:31:47 +0530
commit527792fae60486c912146a14f601b830d160fe36 (patch)
tree31a39a54866b0a80cff6547a41d819cf101be50c /migration/Makefile.objs
parent64802ee57f68a2aedcdf06b8d4a65daa6d894e3a (diff)
downloadqemu-527792fae60486c912146a14f601b830d160fe36.tar.gz
migration: convert exec socket protocol to use QIOChannel
Convert the exec socket migration protocol driver to use QIOChannel and QEMUFileChannel, instead of the stdio popen APIs. It can be unconditionally built because the QIOChannelCommand class can report suitable error messages on platforms which can't fork processes. Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-Id: <1461751518-12128-17-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.objs3
1 files changed, 1 insertions, 2 deletions
diff --git a/migration/Makefile.objs b/migration/Makefile.objs
index 2e5040c9e0..c73fb8a1e5 100644
--- a/migration/Makefile.objs
+++ b/migration/Makefile.objs
@@ -1,4 +1,4 @@
-common-obj-y += migration.o socket.o fd.o
+common-obj-y += migration.o socket.o fd.o exec.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
@@ -6,7 +6,6 @@ common-obj-y += xbzrle.o postcopy-ram.o
common-obj-y += qjson.o
common-obj-$(CONFIG_RDMA) += rdma.o
-common-obj-$(CONFIG_POSIX) += exec.o
common-obj-y += block.o