|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 0 of 3 V6] libxc: checkpoint compression
This patch series adds checkpoint compression functionality, while
running under Remus.
Changes since last version:
1. Introduced a generic api page_aligned_alloc() for allocating page aligned
buffers.
Also provided platform specific implementations using
memalign/valloc/posix_memalign
in xc_{minios, linux, netbsd, solaris}.c
2. use the above generic api for allocating cache/page buffers in
xc_compression.c.
Also modified xc_{minios,linux,netbsd,solaris}.c :
{os}_privcmd_alloc_hypercall_buffer
to use page_aligned_alloc instead of allocating memory via memalign calls.
Shriram
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
Previous by Date: |
Re: [Xen-devel] Need help with fixing the Xen waitqueue feature, Olaf Hering |
Next by Date: |
[Xen-devel] [PATCH 1 of 3 V6] tools/libxc: introduce page_aligned_alloc in xc_{minios, linux, solaris, netbsd}.c, rshriram |
Previous by Thread: |
[Xen-devel] [xen-unstable test] 9732: regressions - trouble: blocked/broken/fail/pass, xen . org |
Next by Thread: |
[Xen-devel] [PATCH 1 of 3 V6] tools/libxc: introduce page_aligned_alloc in xc_{minios, linux, solaris, netbsd}.c, rshriram |
Indexes: |
[Date]
[Thread]
[Top]
[All Lists] |
|
|
|
|