Re: [libvirt] [PATCH RFC 3/5] lxc: adds checkpoint and restore helper functions

2016-07-22 Thread Daniel P. Berrange
On Thu, Jul 21, 2016 at 03:37:25PM +, Katerina Koukiou wrote: > This patch adds some helper functions for checkpointing/restoring > linux containers. We use CRIU binary. > > Signed-off-by: Katerina Koukiou > --- > po/POTFILES.in | 1 + > src/Makefile.am| 3 +- > src/lxc/lxc_criu.

[libvirt] [PATCH RFC 3/5] lxc: adds checkpoint and restore helper functions

2016-07-21 Thread Katerina Koukiou
This patch adds some helper functions for checkpointing/restoring linux containers. We use CRIU binary. Signed-off-by: Katerina Koukiou --- po/POTFILES.in | 1 + src/Makefile.am| 3 +- src/lxc/lxc_criu.c | 273 + src/lxc/lxc_criu.h