Re: [Qemu-devel] [PATCH v3 2/7] migration: Add 'pre-switchover' and 'device' statuses

2017-10-18 Thread Peter Xu
On Wed, Oct 18, 2017 at 06:40:08PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Add two statuses for use when the 'pause-before-switchover' > capability is enabled. > > 'pre-switchover' is the state that we wait in for management > to allow us to continue. > 'd

[Qemu-devel] [PATCH v3 2/7] migration: Add 'pre-switchover' and 'device' statuses

2017-10-18 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Add two statuses for use when the 'pause-before-switchover' capability is enabled. 'pre-switchover' is the state that we wait in for management to allow us to continue. 'device' is the state we enter while serialising the devices after management gives us the OK.