Re: [Devel] Re: [RFC v3][PATCH 1/9] Create syscalls: sys_checkpoint, sys_restart

2008-09-08 Thread Andrey Mirkin
On Thursday 04 September 2008 18:42 Serge E. Hallyn wrote: > Quoting Oren Laadan ([EMAIL PROTECTED]): > > Create trivial sys_checkpoint and sys_restore system calls. They will > > enable to checkpoint and restart an entire container, to and from a > > checkpoint image file descriptor. > > > > The s

Re: [Devel] Re: [RFC v3][PATCH 1/9] Create syscalls: sys_checkpoint, sys_restart

2008-09-08 Thread Cedric Le Goater
>>> --- /dev/null >>> +++ b/checkpoint/sys.c >>> @@ -0,0 +1,35 @@ >>> +/* >>> + * Generic container checkpoint-restart >>> + * >>> + * Copyright (C) 2008 Oren Laadan >>> + * >>> + * This file is subject to the terms and conditions of the GNU General >>> Public + * License. See the file COPYING

[Devel] Re: [RFC v3][PATCH 1/9] Create syscalls: sys_checkpoint, sys_restart

2008-09-04 Thread Serge E. Hallyn
Quoting Oren Laadan ([EMAIL PROTECTED]): > > > Serge E. Hallyn wrote: > > Quoting Oren Laadan ([EMAIL PROTECTED]): > >> > >> Serge E. Hallyn wrote: > >>> Quoting Oren Laadan ([EMAIL PROTECTED]): > Create trivial sys_checkpoint and sys_restore system calls. They will > enable to checkpoi

[Devel] Re: [RFC v3][PATCH 1/9] Create syscalls: sys_checkpoint, sys_restart

2008-09-04 Thread Oren Laadan
Serge E. Hallyn wrote: > Quoting Oren Laadan ([EMAIL PROTECTED]): >> >> Serge E. Hallyn wrote: >>> Quoting Oren Laadan ([EMAIL PROTECTED]): Create trivial sys_checkpoint and sys_restore system calls. They will enable to checkpoint and restart an entire container, to and from a chec

[Devel] Re: [RFC v3][PATCH 1/9] Create syscalls: sys_checkpoint, sys_restart

2008-09-04 Thread Serge E. Hallyn
Quoting Oren Laadan ([EMAIL PROTECTED]): > > > Serge E. Hallyn wrote: > > Quoting Oren Laadan ([EMAIL PROTECTED]): > >> Create trivial sys_checkpoint and sys_restore system calls. They will > >> enable to checkpoint and restart an entire container, to and from a > >> checkpoint image file descrip

[Devel] Re: [RFC v3][PATCH 1/9] Create syscalls: sys_checkpoint, sys_restart

2008-09-04 Thread Oren Laadan
Serge E. Hallyn wrote: > Quoting Oren Laadan ([EMAIL PROTECTED]): >> Create trivial sys_checkpoint and sys_restore system calls. They will >> enable to checkpoint and restart an entire container, to and from a >> checkpoint image file descriptor. >> >> The syscalls take a file descriptor (for the

[Devel] Re: [RFC v3][PATCH 1/9] Create syscalls: sys_checkpoint, sys_restart

2008-09-04 Thread Serge E. Hallyn
Quoting Oren Laadan ([EMAIL PROTECTED]): > > Create trivial sys_checkpoint and sys_restore system calls. They will > enable to checkpoint and restart an entire container, to and from a > checkpoint image file descriptor. > > The syscalls take a file descriptor (for the image file) and flags as >

[Devel] Re: [RFC v3][PATCH 1/9] Create syscalls: sys_checkpoint, sys_restart

2008-09-04 Thread Cedric Le Goater
Oren Laadan wrote: > Create trivial sys_checkpoint and sys_restore system calls. They will > enable to checkpoint and restart an entire container, to and from a > checkpoint image file descriptor. > > The syscalls take a file descriptor (for the image file) and flags as > arguments. For sys_checkp