From: rshriram@cs.ubc.ca
To: xen-devel@lists.xensource.com
Cc: brendan@cs.ubc.ca, ian.jackson@eu.citrix.com, ian.campbell@citrix.com
Subject: [PATCH 0 of 3 V6] libxc: checkpoint compression
Date: Tue, 08 Nov 2011 14:39:45 -0800 [thread overview]
Message-ID: <patchbomb.1320791985@athos.nss.cs.ubc.ca> (raw)
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
next reply other threads:[~2011-11-08 22:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-08 22:39 rshriram [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=patchbomb.1320791985@athos.nss.cs.ubc.ca \
--to=rshriram@cs.ubc.ca \
--cc=brendan@cs.ubc.ca \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.