aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-12-17 06:27:55 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-12-17 06:27:55 +0000
commit287d07f6a7b84d9caf6e734f987a02ef5de7561c (patch)
tree9621123f10a616f72073e5706d1e4fffa17d1889 /.hgignore
parentc0c8c01d6776b3cb2c42a6a3c82e484992dc9265 (diff)
downloadxen-287d07f6a7b84d9caf6e734f987a02ef5de7561c.tar.gz
xen-287d07f6a7b84d9caf6e734f987a02ef5de7561c.tar.bz2
xen-287d07f6a7b84d9caf6e734f987a02ef5de7561c.zip
User-land tool for memory paging.
This tool will page out the specified number of pages from the specified domain. When a paged out page is accessed, Xen will issue a request and notify the tool over an event channel. The tool will process ther request, page the page in, and notify Xen. The current (default) policy tracks the 1024 most recently paged in pages and will not choose to evict any of those. This is done with the assumption that if a page is accessed, it is likely to be accessed again soon. Signed-off-by: Patrick Colp <Patrick.Colp@citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 5d181364dc..bd8bcb5164 100644
--- a/.hgignore
+++ b/.hgignore
@@ -238,6 +238,7 @@
^tools/xenfb/vncfb$
^tools/xenmon/xentrace_setmask$
^tools/xenmon/xenbaked$
+^tools/xenpaging/xenpaging$
^tools/xenpmd/xenpmd$
^tools/xenstat/xentop/xentop$
^tools/xenstore/testsuite/tmp/.*$