On Fri, Jun 21, 2024 at 07:32:20AM -0700, Elena Ufimtseva wrote: > @@ -16,6 +16,7 @@ bool migrate_background_snapshot(void); > bool migrate_dirty_limit(void); > bool migrate_postcopy_ram(void); > bool migrate_switchover_ack(void); > +bool migrate_switchover_abort(void);
This does look like an interesting feature. The challenge might reside in the details. For the interface part, one parameter should be enough? Since when set to 0 it can already mean disabled. Thanks, -- Peter Xu