diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-04-27 11:05:10 +0100 |
---|---|---|
committer | Amit Shah <amit.shah@redhat.com> | 2016-05-26 11:31:58 +0530 |
commit | 2a22b4f3703e1e3daf448841966a01a9d1a3f4ae (patch) | |
tree | 93b2c823896e2f047eea82ac8a84f8c98da2b9fc /migration/Makefile.objs | |
parent | 8b7c5c0f525561ac081d49363863799f11eb3113 (diff) |
migration: delete QEMUSizedBuffer struct
Now that we don't have have a buffer based QemuFile
implementation, the QEMUSizedBuffer code is also
unused and can be deleted. A simpler buffer class
also exists in util/buffer.c which other code can
used as needed.
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <1461751518-12128-21-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 c73fb8a1e5..9e977a4c83 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-buf.o qemu-file-unix.o qemu-file-stdio.o +common-obj-y += qemu-file.o qemu-file-unix.o qemu-file-stdio.o common-obj-y += qemu-file-channel.o common-obj-y += xbzrle.o postcopy-ram.o common-obj-y += qjson.o |