diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-04-27 11:05:12 +0100 |
---|---|---|
committer | Amit Shah <amit.shah@redhat.com> | 2016-05-26 11:32:03 +0530 |
commit | 7fdc61c75d4064d2e48777172bbe8e0e970de7d9 (patch) | |
tree | bf4eceac0a540ad63e017fef0437ea5682bcc78a /migration/Makefile.objs | |
parent | 40946ae40b33b8aa03fa9b56a374f5d4b5f7aab7 (diff) | |
download | qemu-7fdc61c75d4064d2e48777172bbe8e0e970de7d9.zip qemu-7fdc61c75d4064d2e48777172bbe8e0e970de7d9.tar.gz qemu-7fdc61c75d4064d2e48777172bbe8e0e970de7d9.tar.bz2 |
migration: delete QEMUFile stdio implementation
Now that the exec migration backend and savevm have converted
to use the QIOChannel based QEMUFile, there is no user remaining
for the stdio based QEMUFile impl and it can be deleted.
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <1461751518-12128-23-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.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/Makefile.objs b/migration/Makefile.objs index 5260048..7e1bec2 100644 --- a/migration/Makefile.objs +++ b/migration/Makefile.objs @@ -1,6 +1,6 @@ common-obj-y += migration.o socket.o fd.o exec.o common-obj-y += vmstate.o -common-obj-y += qemu-file.o qemu-file-stdio.o +common-obj-y += qemu-file.o common-obj-y += qemu-file-channel.o common-obj-y += xbzrle.o postcopy-ram.o common-obj-y += qjson.o |