From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: Migration memory corruption - PV backends need to quiesce Date: Fri, 27 Jun 2014 18:28:08 +0100 Message-ID: <53ADA9A8.6020103@citrix.com> References: <53ADA10D.8030206@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53ADA10D.8030206@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper , Xen-devel List Cc: Ian Campbell , Tim Deegan , Ian Jackson , Paul Durrant , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 27/06/14 17:51, Andrew Cooper wrote: > > Overall, it would appear that there needs to be a hook for all PV > drivers to force quiescence. In particular, a backend must guarantee to > unmap all active grant maps (so the frames get properly reflected in the > dirty bitmap), and never process subsequent requests (so no new frames > appear dirty in the bitmap after the guest has been paused). I think this would be much too expensive for snapshots and things like remus. Waiting for all outstanding I/O could take seconds. David