Re: [Qemu-devel] [RFC v2 07/32] postcopy: Add notifier chain

2017-09-11 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > On Thu, Aug 24, 2017 at 08:27:05PM +0100, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Add a notifier chain for postcopy with a 'reason' flag > > and an opportunity for a notifier member to return an error. > > > > Call it

Re: [Qemu-devel] [RFC v2 07/32] postcopy: Add notifier chain

2017-08-28 Thread Peter Xu
On Thu, Aug 24, 2017 at 08:27:05PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Add a notifier chain for postcopy with a 'reason' flag > and an opportunity for a notifier member to return an error. > > Call it when enabling postcopy. > > This will initially us

[Qemu-devel] [RFC v2 07/32] postcopy: Add notifier chain

2017-08-24 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Add a notifier chain for postcopy with a 'reason' flag and an opportunity for a notifier member to return an error. Call it when enabling postcopy. This will initially used to enable devices to declare they're unable to postcopy and later to notify of devices of s