]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Call qemuMigrationAnyCompressionParse only from driver
authorJiri Denemark <jdenemar@redhat.com>
Mon, 12 Mar 2018 15:22:11 +0000 (16:22 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 17 Apr 2018 08:46:23 +0000 (10:46 +0200)
commitffe6da2db328cd293174db2be4a57d04fe70554d
treed1e5578e626bf981119d4e059609d1dfcd3242c6
parenta1b0557e475e279d5ec711ca9ef2eff8dc6a33ac
qemu: Call qemuMigrationAnyCompressionParse only from driver

Propagate the calls up the stack to the point where
qemuMigrationParamsFromFlags is called. The end goal achieved in the
following few patches is to merge compression parameters into the
general migration parameters code.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_migration.h