From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: [PATCH 0/7] Enable MTRR/PAT support for KVM EPT(v2) Date: Wed, 8 Oct 2008 12:17:51 +0800 Message-ID: <1223439478-26515-1-git-send-email-sheng@linux.intel.com> Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mga03.intel.com ([143.182.124.21]:5680 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790AbYJHETM (ORCPT ); Wed, 8 Oct 2008 00:19:12 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Hi, Avi Here is the update patchset of enable MTRR/PAT support for KVM, and the last patch enabled EPT support. The shadow support would follow later, I am still doing some clean up work. The change from v1 including bug fix and rename of GUEST_PAT support according to the newly published spec. For MTRR, I reuse host mtrr struct rather than duplicate the part of work. This is mostly for the preparation of shadow MTRR/PAT support. I think last time you mentioned you have a draft patch for extra MSR save/restore on hand? If you are busy on other things, I can take it over. Thanks! -- regards Yang, Sheng