From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: [PATCH 0/4] Memory type support for EPT Date: Mon, 8 Sep 2008 19:42:23 +0800 Message-ID: <12208741471819-git-send-email-sheng.yang@intel.com> Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mga11.intel.com ([192.55.52.93]:1205 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751122AbYIHLjN (ORCPT ); Mon, 8 Sep 2008 07:39:13 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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. Thanks! -- regards Yang, Sheng