[CRIU] [PATCH 0/6] compel: Installation and a few fixes

Cyrill Gorcunov gorcunov at openvz.org
Thu Nov 17 14:44:30 PST 2016


Cyrill Gorcunov (6):
  headers: Move task_size helper into common/page.h
  compel: Prepare to ship common headers into compel
  criu: install -- Make INCLUDEDIR not carry criu directory
  compel: Add installation
  compel: plugins,fds -- Fix log.h inclusion
  compel: cli -- Fix typo in options parsing

 Makefile.compel                                    | 13 +++++--
 Makefile.install                                   | 11 ++++--
 compel/Makefile                                    | 42 +++++++++++++++++++++-
 .../src/lib/include/uapi/asm/infect-types.h        | 21 -----------
 .../arm/src/lib/include/uapi/asm/infect-types.h    | 21 -----------
 .../ppc64/src/lib/include/uapi/asm/infect-types.h  | 10 ------
 compel/arch/x86/src/lib/include/uapi/asm/fpu.h     |  2 +-
 .../x86/src/lib/include/uapi/asm/infect-types.h    | 13 -------
 compel/include/uapi/common                         |  1 +
 compel/plugins/Makefile                            | 27 ++++++++++++++
 compel/plugins/fds/fds.c                           |  8 ++++-
 compel/plugins/include/uapi/plugin-fds.h           |  2 +-
 compel/src/main.c                                  |  2 +-
 criu/Makefile                                      |  6 ++--
 include/common/arch/aarch64/asm/page.h             | 21 +++++++++++
 include/common/arch/arm/asm/page.h                 | 21 +++++++++++
 include/common/arch/ppc64/asm/page.h               | 10 ++++++
 include/common/arch/x86/asm/page.h                 | 12 +++++++
 lib/Makefile                                       |  8 ++---
 19 files changed, 169 insertions(+), 82 deletions(-)
 create mode 120000 compel/include/uapi/common

-- 
2.7.4



More information about the CRIU mailing list