From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 0 of 9] xenpaging fixes for xen-unstable Date: Thu, 15 Sep 2011 08:16:28 +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 series implements growing and shrinking of the paging file. A xenstore watch is used the retreive the new number of pages to page-out. This number is compared to the current amount of paged-out pages and, depending on the difference, new pages are written to disk or written back into the guest. Please review and apply. Olaf tools/xenpaging/Makefile | 4 tools/xenpaging/file_ops.c | 1 tools/xenpaging/policy_default.c | 11 - tools/xenpaging/xenpaging.c | 231 +++++++++++++++++++++++++++------------ tools/xenpaging/xenpaging.h | 8 - 5 files changed, 175 insertions(+), 80 deletions(-)