[Devel] Re: [RFC][PATCH 0/4][user-cr]: First try at integrating LXC and USER-CR

2010-03-01 Thread Oren Laadan
Suka, To make these patches available for those who want to try out lxc + c/r, I pulled them to a separate branch: ckpt-v19-suka. (The last two did not apply cleanly because of recent changes to the Makefile so I merged them manually - let me know if it breaks). Oren Sukadev Bhattiprolu

[Devel] Re: [RFC][PATCH 0/4][user-cr]: First try at integrating LXC and USER-CR

2010-02-26 Thread Oren Laadan
Suka, This is good stuff: convert restart to a library and intergate with LXC is excellent target. We need to give a thought to the API design and the sort of functionality that the library will offer. I'd prefer to get a better view of the whole plan before committing to any incremental step.

[Devel] Re: [RFC][PATCH 0/4][user-cr]: First try at integrating LXC and USER-CR

2010-02-26 Thread Sukadev Bhattiprolu
Oren Laadan [or...@cs.columbia.edu] wrote: Suka, This is good stuff: convert restart to a library and intergate with LXC is excellent target. We need to give a thought to the API design and the sort of functionality that the library will offer. I'd prefer to get a better view of the whole

[Devel] Re: [RFC][PATCH 0/4][user-cr]: First try at integrating LXC and USER-CR

2010-02-26 Thread Oren Laadan
Sukadev Bhattiprolu wrote: Oren Laadan [or...@cs.columbia.edu] wrote: Suka, This is good stuff: convert restart to a library and intergate with LXC is excellent target. We need to give a thought to the API design and the sort of functionality that the library will offer. I'd prefer to

[Devel] Re: [RFC][PATCH 0/4][user-cr]: First try at integrating LXC and USER-CR

2010-02-24 Thread Serge E. Hallyn
Quoting Sukadev Bhattiprolu (suka...@linux.vnet.ibm.com): Following two sets of patches is an early attempt to integrate LXC and USER-CR. Overview: Have USER-CR export the core checkpoint and restart functionality into a library (/lib/libcheckpoint.a and usercr.h) and have LXC link

[Devel] Re: [RFC][PATCH 0/4][user-cr]: First try at integrating LXC and USER-CR

2010-02-24 Thread Cedric Le Goater
On 02/24/2010 09:34 AM, Sukadev Bhattiprolu wrote: Following two sets of patches is an early attempt to integrate LXC and USER-CR. Overview: Have USER-CR export the core checkpoint and restart functionality into a library (/lib/libcheckpoint.a andusercr.h) and have LXC link with this