From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: VMX: Add PAT support for EPT Date: Tue, 09 Sep 2008 17:36:22 +0300 Message-ID: <48C689E6.7030409@qumranet.com> References: <12208741471819-git-send-email-sheng.yang@intel.com> <12208741473403-git-send-email-sheng.yang@intel.com> <48C6893F.6010508@qumranet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Sheng Yang Return-path: Received: from il.qumranet.com ([212.179.150.194]:54036 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751594AbYIIOgX (ORCPT ); Tue, 9 Sep 2008 10:36:23 -0400 In-Reply-To: <48C6893F.6010508@qumranet.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > > This appears to be a new feature? My documentation (a bit old) > doesn't show it. If so, we need a check to see that it is available. The check is actually there. If the feature is present, we need to expose it via KVM_GET_SUPPORTED_CPUID, and add save/restore support for the msr via msrs_to_save. -- error compiling committee.c: too many arguments to function