[CRIU] [PATCH 0/3] vzct: c/r kernel.core_pattern sysctl

Cyrill Gorcunov gorcunov at virtuozzo.com
Fri Feb 19 01:24:51 PST 2016


On Thu, Feb 18, 2016 at 01:20:29PM +0300, Pavel Tikhomirov wrote:
...
> 
> Backporting to our stable branch is simple as:
> 1)mv images/vzct.proto protobuf/vzct.proto
> 2)change in test/vzct/vzct.c
> -#include "images/vzct.pb-c.h"
> +#include "protobuf/vzct.pb-c.h"
> 3)change in test/vzct/Makefile
> -       gcc -g -Werror -Wall -shared -nostartfiles vzct.c -o vzct.so -iquote
> ../../criu/include -iquote ../../ -iquote ../../criu/arch/x86/include -fPIC
> +       gcc -g -Werror -Wall -shared -nostartfiles vzct.c -o vzct.so -iquote
> ../../include -iquote ../../ -iquote ../../arch/x86/include -fPIC
> 4)change in protobuf-desc.c
> -#include "images/vzct.pb-c.h"
> +#include "protobuf/vzct.pb-c.h"
> 
> >
> >Sounds good for you? xemul@?

Except plugin entry point names the rest looks good for me.
But lets wait for Pavel's opinion.


More information about the CRIU mailing list