Ping. The patches are: http://patchwork.ozlabs.org/patch/462043/ http://patchwork.ozlabs.org/patch/462040/ http://patchwork.ozlabs.org/patch/462045/
Description: https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg01555.html https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg02014.html Feedback is most welcome on the following aspects: 1. Code related to migration (ram_save_page, ram_load). 2. Hashing function choice (adding OpenSSL as a dependency just for one function is probably not the best option). 3. Overall code organization. Thank You! On 04/17/2015 02:12 PM, Bohdan Trach wrote: > From: Bohdan Trach <bohdan.tr...@mailbox.tu-dresden.de> > > This patchset contains a checkpoint-assisted migration feature as > proposed earlier on this list [1]. It allows reusing existing memory > snapshots of guests to speed up migration of VMs between physical > hosts. > > [1] https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg01555.html > > Bohdan Trach (3): > memory: Add dump-pc-mem command for checkpointing > memory: implement checkpoint handling > migration: use checkpoint during migration -- With best regards, Bohdan Trach