On Mon, Dec 03, 2018 at 10:18:29AM +0800, Wei Wang wrote: > This patch adds a notifier chain for the memory precopy. This enables various > precopy optimizations to be invoked at specific places. > > Signed-off-by: Wei Wang <wei.w.w...@intel.com> > CC: Dr. David Alan Gilbert <dgilb...@redhat.com> > CC: Juan Quintela <quint...@redhat.com> > CC: Michael S. Tsirkin <m...@redhat.com> > CC: Peter Xu <pet...@redhat.com> > ---
[...] > +int precopy_notify(PrecopyNotifyReason reason, Error **errp); This function could be hidden from include/migration/misc.h, but I don't know whether that is a reason for a repost. And what I meant was that we fail precopy if notifier failed the hooks, but warning is fine too anyway no real use case there. Reviewed-by: Peter Xu <pet...@redhat.com> Thanks, -- Peter Xu