On Wed, Apr 11, 2018 at 04:42:00PM +0200, Jiri Denemark wrote:
We store the flags passed to the API which started the migration.
Let's
use them instead of a separate bool to check if post-copy migration was
requested.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_domain.c | 1 -
src/qemu/qemu_domain.h | 1 -
src/qemu/qemu_driver.c | 2 +-
src/qemu/qemu_migration.c | 4 ----
4 files changed, 1 insertion(+), 7 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano