From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFiEr-0004qo-GM for qemu-devel@nongnu.org; Tue, 18 Feb 2014 05:49:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFiEl-00049y-CQ for qemu-devel@nongnu.org; Tue, 18 Feb 2014 05:49:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFiEl-00049p-4Z for qemu-devel@nongnu.org; Tue, 18 Feb 2014 05:49:15 -0500 Date: Tue, 18 Feb 2014 12:51:59 +0200 From: "Michael S. Tsirkin" Message-ID: <20140218105159.GD8114@redhat.com> References: <20140218103828.GB8114@redhat.com> <5303390B.50903@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5303390B.50903@redhat.com> Subject: Re: [Qemu-devel] hotplug: VM got stuck when attaching a pass-through device to the non-pass-through VM for the first time List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: "chenliang (T)" , Avi Kivity , "Huangweidong (C)" , Gleb Natapov , KVM , "Zhanghaoyu (A)" , Luonengjun , "qemu-devel@nongnu.org" , "Gonglei (Arei)" , "Gaowei (UVP)" On Tue, Feb 18, 2014 at 11:42:19AM +0100, Paolo Bonzini wrote: > Il 18/02/2014 11:38, Michael S. Tsirkin ha scritto: > >What if you detach and re-attach? > >Is it fast then? > >If yes this means the issue is COW breaking that occurs > >with get_user_pages, not translation as such. > >Try hugepages with prealloc - does it help? > > I agree it's either COW breaking or (similarly) locking pages that > the guest hasn't touched yet. > > You can use prealloc or "-rt mlock=on" to avoid this problem. > > Paolo Or the new shared flag - IIRC shared VMAs don't do COW either.