From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Colp Subject: [PATCH 0 of 4] ept code fix-ups Date: Wed, 5 Aug 2009 15:00:46 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org The ept code by default sets rwx to 1 instead of 0. There are also some places where unsigned long is used instead of mfn_t. Finally, the code formatting is inconsistent both with itself and the rest of Xen. This series of patches fixes up the ept code to address these issues. Patrick