From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: kvm crashes with spice while loading qxl Date: Mon, 07 Mar 2011 23:27:10 +0100 Message-ID: <4D755BBE.1000100@redhat.com> References: <4D68F20D.2020401@web.de> <20110305163558.GA4607@amt.cnet> <4D736434.1030704@redhat.com> <20110307161305.GB10021@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Avi Kivity , Jan Kiszka , xming , Gerd Hoffmann , kvm@vger.kernel.org, qemu-devel To: Marcelo Tosatti Return-path: Received: from mail-yx0-f174.google.com ([209.85.213.174]:34450 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751496Ab1CGW1Q (ORCPT ); Mon, 7 Mar 2011 17:27:16 -0500 Received: by yxs7 with SMTP id 7so1775544yxs.19 for ; Mon, 07 Mar 2011 14:27:15 -0800 (PST) In-Reply-To: <20110307161305.GB10021@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: 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