From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 0/4] Memory type support for EPT Date: Tue, 09 Sep 2008 18:07:58 +0300 Message-ID: <48C6914E.4040509@qumranet.com> References: <12208741471819-git-send-email-sheng.yang@intel.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]:10683 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753765AbYIIPH7 (ORCPT ); Tue, 9 Sep 2008 11:07:59 -0400 In-Reply-To: <12208741471819-git-send-email-sheng.yang@intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Sheng Yang wrote: > Hi, Avi > > This patchset add memory type support for EPT, including MTRR and PAT. > > The patch restruct the MTRR structure to make it easy to use, also take host > kernel MTRR as a reference. > > The function guest_mtrr_type_lookup() is copied from host kernel rather than > reuse, for I think it may be much more complicate if we try to reuse the > function. > > The patchset have been tested with VT-d and EPT. > > The MTRR support for shadow page table is also under development, based on this > patchset. > Please send with git send-email -n -- that preserves the patch order for me to apply. (and thanks for getting git send-email to work, it's much more pleasant to review and apply those emails). -- error compiling committee.c: too many arguments to function