From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [PATCH] Add MCE support to KVM Date: Mon, 20 Apr 2009 10:59:51 +0200 Message-ID: <49EC3987.2040001@redhat.com> References: <1239155601.6384.3.camel@yhuang-dev.sh.intel.com> <49DE195D.1020303@redhat.com> <1239332455.6384.108.camel@yhuang-dev.sh.intel.com> <49E08762.1010206@redhat.com> <1239590499.6384.4016.camel@yhuang-dev.sh.intel.com> <49E337D7.5050502@redhat.com> <49EA515C.9000507@codemonkey.ws> <49EAE1F6.9050205@redhat.com> <49EC29D1.8040407@redhat.com> <49EC3198.9070902@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , Huang Ying , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Andi Kleen To: Avi Kivity Return-path: Received: from mx2.redhat.com ([66.187.237.31]:52743 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751562AbZDTJAH (ORCPT ); Mon, 20 Apr 2009 05:00:07 -0400 In-Reply-To: <49EC3198.9070902@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 04/20/09 10:26, Avi Kivity wrote: > Gerd Hoffmann wrote: >> The xen pv-on-hvm drivers use an msr to indicate "please place the >> hypercall page here". Handling that in kernel isn't an option IMHO. > > The contents of the hypercall page are vendor specific. This can be > handled from userspace (though ideally we'd abstract the cpu vendor > away). Well, xenner doesn't do vmcalls, so the page isn't vendor specific. It looks different for 32bit / 64bit guests though. And it actually can be multiple pages (with one msr write per page). So the interface for in-kernel handling would be more complex than "here is a hypercall page for you". > The Hyper-V hypercall page is more problematic, as it's specified to > be an overlay; the page doesn't have to exist in guest RAM. In userspace it should be easy to handle though as qemu can just create a new memory slot, right? cheers, Gerd