]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: support fd: migration with compression
authorEric Blake <eblake@redhat.com>
Fri, 25 Mar 2011 17:02:27 +0000 (11:02 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 28 Mar 2011 16:26:33 +0000 (10:26 -0600)
commit15d757ac4e5d4be6972f05f33aa3fa85fbedd0bd
tree51cc78f26916235dc76fa3805fd542ad83d0b446
parent34fa0de05ede0008484cf2c17a60065c20ba4746
qemu: support fd: migration with compression

Spawn the compressor ourselves, instead of requiring the shell.

* src/qemu/qemu_migration.c (qemuMigrationToFile): Spawn
compression helper process when needed.
src/qemu/qemu_migration.c