From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 0 of 3] xenpaging fixes for xen-unstable Date: Wed, 19 Oct 2011 16:23:20 +0200 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 following changes for xenpaging add checking for the p2mt in the page-in path to make the functions more robust, add some documentation to each p2m_mem_paging function, and disable paging in a PoD guest. Please review and apply. Olaf tools/xenpaging/xenpaging.c | 3 + xen/arch/x86/mm/mem_event.c | 6 ++ xen/arch/x86/mm/p2m.c | 111 ++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 116 insertions(+), 4 deletions(-)