]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Split out domain memory saving code to allow reuse
authorPeter Krempa <pkrempa@redhat.com>
Wed, 26 Sep 2012 12:10:56 +0000 (14:10 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Sat, 3 Nov 2012 10:49:41 +0000 (11:49 +0100)
commit2771f8b74c1bf50d1fa63bb1c5a01f603215d58f
treeddf3c5c6183fb50583a6fc05e94797df013d9ed8
parentec69ca14f9b97a40e958d1b5003102441badc4e6
qemu: Split out domain memory saving code to allow reuse

The code that saves domain memory by migration to file can be reused
while doing external checkpoints of a machine. This patch extracts the
common code and places it in a separate function.
src/qemu/qemu_driver.c