From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFiV9-0003Cm-OX for qemu-devel@nongnu.org; Tue, 18 Feb 2014 06:06:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFiV3-0001Ql-Po for qemu-devel@nongnu.org; Tue, 18 Feb 2014 06:06:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFiV3-0001Qe-IG for qemu-devel@nongnu.org; Tue, 18 Feb 2014 06:06:05 -0500 Message-ID: <53033E6F.60700@redhat.com> Date: Tue, 18 Feb 2014 12:05:19 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20140218103828.GB8114@redhat.com> <5303390B.50903@redhat.com> <20140218105159.GD8114@redhat.com> In-Reply-To: <20140218105159.GD8114@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: "Michael S. Tsirkin" Cc: "chenliang (T)" , Avi Kivity , "Huangweidong (C)" , Gleb Natapov , KVM , "Zhanghaoyu (A)" , Luonengjun , "qemu-devel@nongnu.org" , "Gonglei (Arei)" , "Gaowei (UVP)" Il 18/02/2014 11:51, Michael S. Tsirkin ha scritto: >> > 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. Only if the problem isn't locking and zeroing of untouched pages (also, it is not upstream is it?). Can you make a profile with perf? Paolo