[CRIU] [PATCH 0/6] compel: Make install and merge fds plugin

Cyrill Gorcunov gorcunov at openvz.org
Fri Nov 25 07:11:50 PST 2016


Hopefully I didn't screw things up :-)

Cyrill Gorcunov (6):
  compel: uapi -- Add common symlink
  compel: Prepare to ship common headers into compel
  criu: install -- Make INCLUDEDIR not carry criu directory
  compel: Add installation
  compel: cli -- Fix typo in options parsing
  compel: plugins -- Merge fds plugin into std

 Makefile.compel                                | 13 ++++++--
 Makefile.install                               | 11 +++++--
 compel/Makefile                                | 42 +++++++++++++++++++++++++-
 compel/arch/x86/src/lib/include/uapi/asm/fpu.h |  2 +-
 compel/include/uapi/common                     |  1 +
 compel/plugins/Makefile                        | 30 +++++++++++++++---
 compel/plugins/include/uapi/plugin-fds.h       | 12 --------
 compel/plugins/include/uapi/plugin-std.h       |  1 +
 compel/plugins/include/uapi/std/fds.h          |  8 +++++
 compel/plugins/{fds => std}/fds.c              |  4 +--
 compel/plugins/std/infect.c                    |  2 +-
 compel/src/lib/infect-util.c                   |  2 +-
 compel/src/main.c                              |  2 +-
 compel/test/infect/Makefile                    |  3 +-
 criu/Makefile                                  |  6 ++--
 lib/Makefile                                   |  8 ++---
 16 files changed, 108 insertions(+), 39 deletions(-)
 create mode 120000 compel/include/uapi/common
 delete mode 100644 compel/plugins/include/uapi/plugin-fds.h
 create mode 100644 compel/plugins/include/uapi/std/fds.h
 rename compel/plugins/{fds => std}/fds.c (85%)

-- 
2.7.4



More information about the CRIU mailing list