]> git.proxmox.com Git - mirror_qemu.git/commit - migration/migration.c
migration: convert post-copy to use QIOChannelBuffer
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 27 Apr 2016 10:05:01 +0000 (11:05 +0100)
committerAmit Shah <amit.shah@redhat.com>
Thu, 26 May 2016 06:01:34 +0000 (11:31 +0530)
commit61b67d473d2471d5b470cd4653947ddaaa2c1c44
tree0be891f7f648e76d3ace2544dc922fc565653ce2
parentd59ce6f34434bf47a9b26138c908650bf9a24be1
migration: convert post-copy to use QIOChannelBuffer

The post-copy code does some I/O to/from an intermediate
in-memory buffer rather than direct to the underlying
I/O channel. Switch this code to use QIOChannelBuffer
instead of QEMUSizedBuffer.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <1461751518-12128-12-git-send-email-berrange@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
docs/migration.txt
include/sysemu/sysemu.h
migration/migration.c
migration/savevm.c