]> xenbits.xensource.com Git - libvirt.git/commit
snapshot: qemu: Add support for external checkpoints
authorPeter Krempa <pkrempa@redhat.com>
Mon, 8 Oct 2012 17:38:44 +0000 (19:38 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Sun, 4 Nov 2012 15:53:32 +0000 (16:53 +0100)
commitf569b87f5193a69c50ca714734013cc4f82250f1
treef1677dfa1ebc9722f43ab0afd2e7355e4ccef48d
parentb5fd4044716ac1d764c694f4d2a5382f70b9e38f
snapshot: qemu: Add support for external checkpoints

This patch adds support to take external system checkpoints.

The functionality is layered on top of the previous disk-only snapshot
code. When the checkpoint is requested the domain memory is saved to the
memory image file using migration to file. (The user may specify to
take the memory image while the guest is live with the
VIR_DOMAIN_SNAPSHOT_CREATE_LIVE flag.)

The memory save image shares format with the image created by
virDomainSave() API.
src/qemu/qemu_driver.c