From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] Add MCE support to KVM Date: Tue, 21 Apr 2009 19:17:03 +0300 Message-ID: <49EDF17F.1010903@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> <49EDEE93.30103@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Huang Ying , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Andi Kleen To: Anthony Liguori Return-path: Received: from mx2.redhat.com ([66.187.237.31]:34039 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754842AbZDUQRJ (ORCPT ); Tue, 21 Apr 2009 12:17:09 -0400 In-Reply-To: <49EDEE93.30103@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: Anthony Liguori wrote: >> >> Right now everything in the vcpu is emulated in the kernel. >> Everything else is emulated either in the kernel (irqchip) or in >> userspace. This makes things easier to understand, and is more >> future friendly if more cpu features become virtualized by hardware. > > Except cpuid, which is handled in userspace, sort of :-) I think the > same arguments apply here too. No, cpuid is handled in the kernel (exactly to have everything cpuish in kernel). It is *configured* from userspace, but then so is everything. -- error compiling committee.c: too many arguments to function