|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 0 of 9] xenpaging fixes for xen-unstable
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
|
|
|
|
|