Comment 1 for bug 1936778

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

From upstream discussion:

> - if (!(flags & QEMU_MONITOR_MIGRATE_NON_SHARED_INC) &&
> + if (!(flags & VIR_MIGRATE_NON_SHARED_INC) &&

Oops yet another cut&paste fail on my side.

The comment directly above this also mentions the wrong flag. Please fix
that one as well before pushing.

> qemuMigrationSrcRunPrepareBlockDirtyBitmapsMerge(vm, mig) < 0)
> return -1;

Reviewed-by: Peter Krempa <email address hidden>