From: Marcelo Tosatti <[email protected]> Probably introduced by mismerge.
Signed-off-by: Marcelo Tosatti <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/exec.c b/exec.c index 3b4426e..e8fe3c4 100644 --- a/exec.c +++ b/exec.c @@ -2043,7 +2043,7 @@ void cpu_physical_memory_reset_dirty(ram_addr_t start, ram_addr_t end, int cpu_physical_memory_set_dirty_tracking(int enable) { int ret = 0; - + in_migration = enable; ret = cpu_notify_migration_log(!!enable); return ret; } -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
