WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH 0 of 9] xenpaging fixes for xen-unstable

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 0 of 9] xenpaging fixes for xen-unstable
From: Olaf Hering <olaf@xxxxxxxxx>
Date: Thu, 15 Sep 2011 08:16:28 +0200
Delivery-date: Wed, 14 Sep 2011 23:20:55 -0700
Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1316067407; l=629; s=domk; d=aepfle.de; h=To:From:Date:Subject:Content-Transfer-Encoding:MIME-Version: Content-Type:X-RZG-CLASS-ID:X-RZG-AUTH; bh=LsmVRKgKCCq8JG3s5y3lf4k1yYc=; b=AsfKvGtUMAEX6+bfbFugVEvxawC1NTbF4rLXwRNjhvEE9asphZN7zmUgIlbr5nhAc6a D97wVunbwMS+6knK8ff2KfeJUr/CU+9fuvalAb282vzlUzDEVWZ0W3pYmkbpfEt7Z8XEh SBt807ONssGbZOMEXoaTLTvip/jbN6qoWY4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.7.5
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(-)


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel