[CRIU] Another try to get configuration file support in the RPC code path

Andrei Vagin avagin at virtuozzo.com
Thu Aug 2 10:30:03 MSK 2018


https://ci.openvz.org/job/CRIU/job/CRIU-iter/job/criu-dev/3694/console

On Wed, Aug 01, 2018 at 10:09:12PM -0700, Andrei Vagin wrote:
> Applied, thanks a lot!
> 
> On Wed, Aug 01, 2018 at 04:31:12PM +0000, Adrian Reber wrote:
> > This is one more try to get the configuration file support into the RPC code
> > path.
> > 
> > This time I restructured the whole getopt() parsing code to be able to
> > use configuration files via RPC. Most of the changes are only in preparation
> > of the actual RPC configuration file support.
> > 
> > Travis is happy with the current patchset and I hope this comes close to
> > something that can finally be merged,
> > 
> > 		Adrian
> > 
> > 
> >  Makefile                       |   1 +
> >  criu/cgroup.c                  |   2 +-
> >  criu/config.c                  | 683 ++++++++++++++++++++++++++++++++++++++---
> >  criu/cr-service.c              | 108 ++++++-
> >  criu/crtools.c                 | 610 ++----------------------------------
> >  criu/include/cr_options.h      |  25 +-
> >  criu/include/crtools.h         |   4 -
> >  criu/lsm.c                     |   5 +-
> >  criu/plugin.c                  |   4 +-
> >  images/rpc.proto               |   1 +
> >  test/others/rpc/Makefile       |   2 +
> >  test/others/rpc/config_file.py | 182 +++++++++++
> >  12 files changed, 978 insertions(+), 649 deletions(-)
> > 
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu


More information about the CRIU mailing list