From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41929 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwitZ-00048S-OH for qemu-devel@nongnu.org; Mon, 07 Mar 2011 17:27:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwitY-0002d3-KR for qemu-devel@nongnu.org; Mon, 07 Mar 2011 17:27:17 -0500 Received: from mail-yx0-f173.google.com ([209.85.213.173]:37368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwitY-0002cm-Df for qemu-devel@nongnu.org; Mon, 07 Mar 2011 17:27:16 -0500 Received: by yxk8 with SMTP id 8so2218572yxk.4 for ; Mon, 07 Mar 2011 14:27:15 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4D755BBE.1000100@redhat.com> Date: Mon, 07 Mar 2011 23:27:10 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4D68F20D.2020401@web.de> <20110305163558.GA4607@amt.cnet> <4D736434.1030704@redhat.com> <20110307161305.GB10021@amt.cnet> In-Reply-To: <20110307161305.GB10021@amt.cnet> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: kvm crashes with spice while loading qxl List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: kvm@vger.kernel.org, qemu-devel , xming , Jan Kiszka , Avi Kivity , Gerd Hoffmann On 03/07/2011 05:13 PM, Marcelo Tosatti wrote: > Is write access to memory map necessary from vcpu context? At least in x86 world SMM is entered from vcpu context, so I guess yes. Paolo