[CRIU] [PATCH 0/5] Compel tool initial commit, v4
Cyrill Gorcunov
gorcunov at openvz.org
Tue Apr 5 08:41:10 PDT 2016
This is a split of v3 where compel has been passed into one
patch which of course makes Pavel grumping about ;)
Thus try to simplify initial merging procedure.
Please take a look.
Cyrill Gorcunov (5):
build: criu -- Don't forget to cleanup arch directory
compel: piegen -- Add @uapi-dir option
compel: piegen -- Add @arch option
compel: piegen -- Introduce actions
compel: Initial commit for standalone tool
Makefile | 11 +-
Makefile.versions | 4 +
compel/Makefile | 20 ++++
{criu/pie/piegen => compel/include}/piegen.h | 1 +
{criu/pie/piegen => compel/include}/uapi/types.h | 0
{criu/pie/piegen => compel/src}/elf-ppc64.c | 0
{criu/pie/piegen => compel/src}/elf-x86-32.c | 0
{criu/pie/piegen => compel/src}/elf-x86-64.c | 0
{criu/pie/piegen => compel/src}/elf.c | 2 +-
{criu/pie/piegen => compel/src}/main.c | 142 +++++++++++++++++------
criu/Makefile | 19 +--
criu/pie/Makefile | 13 +--
criu/pie/pie-relocs.c | 2 +-
criu/pie/pie-relocs.h | 2 +-
criu/pie/piegen/Makefile | 19 ---
15 files changed, 153 insertions(+), 82 deletions(-)
create mode 100644 compel/Makefile
rename {criu/pie/piegen => compel/include}/piegen.h (98%)
rename {criu/pie/piegen => compel/include}/uapi/types.h (100%)
rename {criu/pie/piegen => compel/src}/elf-ppc64.c (100%)
rename {criu/pie/piegen => compel/src}/elf-x86-32.c (100%)
rename {criu/pie/piegen => compel/src}/elf-x86-64.c (100%)
rename {criu/pie/piegen => compel/src}/elf.c (99%)
rename {criu/pie/piegen => compel/src}/main.c (65%)
delete mode 100644 criu/pie/piegen/Makefile
--
2.5.5
More information about the CRIU
mailing list