]> git.proxmox.com Git - mirror_qemu.git/commit
migration: delete QEMUSizedBuffer struct
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 27 Apr 2016 10:05:10 +0000 (11:05 +0100)
committerAmit Shah <amit.shah@redhat.com>
Thu, 26 May 2016 06:01:58 +0000 (11:31 +0530)
commit2a22b4f3703e1e3daf448841966a01a9d1a3f4ae
tree93b2c823896e2f047eea82ac8a84f8c98da2b9fc
parent8b7c5c0f525561ac081d49363863799f11eb3113
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>
include/migration/qemu-file.h
include/qemu/typedefs.h
migration/Makefile.objs
migration/qemu-file-buf.c [deleted file]