All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 3 V6] libxc: checkpoint compression
@ 2011-11-08 22:39 rshriram
  2011-11-08 22:39 ` [PATCH 1 of 3 V6] tools/libxc: introduce page_aligned_alloc in xc_{minios, linux, solaris, netbsd}.c rshriram
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: rshriram @ 2011-11-08 22:39 UTC (permalink / raw)
  To: xen-devel; +Cc: brendan, ian.jackson, ian.campbell

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-11-10 16:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 22:39 [PATCH 0 of 3 V6] libxc: checkpoint compression rshriram
2011-11-08 22:39 ` [PATCH 1 of 3 V6] tools/libxc: introduce page_aligned_alloc in xc_{minios, linux, solaris, netbsd}.c rshriram
2011-11-09  7:07   ` Ian Campbell
2011-11-10 16:36     ` Shriram Rajagopalan
2011-11-10 16:44       ` Ian Campbell
2011-11-08 22:39 ` [PATCH 2 of 3 V6] tools/libxc: Remus Checkpoint Compression rshriram
2011-11-08 22:39 ` [PATCH 3 of 3 V6] remus: command line switch to enable/disable checkpoint compression rshriram

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.