mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
compel: Initial commit for standalone tool
The compel component is a replacement for several aspects of CRIU functionality: binary blobs generation for PIE parasite/restore code, and a library for parasite code injection and execution (to be implemented). In the commit we rather shuffle compel into own directory and use it for 1) Fetching cflags when compiling PIE blobs 2) Use its "piegen" functionality to generate blobs themselves. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
dbc2edb83a
commit
acfa85ba5a
15 changed files with 42 additions and 47 deletions
|
|
@ -23,3 +23,8 @@ SOCCR_SO_VERSION_MAJOR := 1
|
|||
SOCCR_SO_VERSION_MINOR := 0
|
||||
|
||||
export SOCCR_SO_VERSION_MAJOR SOCCR_SO_VERSION_MINOR
|
||||
|
||||
COMPEL_SO_VERSION_MAJOR := 1
|
||||
COMPEL_SO_VERSION_MINOR := 0
|
||||
|
||||
export COMPEL_SO_VERSION_MAJOR COMPEL_SO_VERSION_MINOR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue