mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
kernel: Update Elf patch changelong
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
523de23624
commit
afe2b3fc3d
1 changed files with 7 additions and 1 deletions
|
|
@ -1,7 +1,13 @@
|
|||
elf: Add support for loading files
|
||||
|
||||
This patch add ability to run checkpoint files by enhancing
|
||||
Elf file format.
|
||||
Elf file format, which includes
|
||||
|
||||
- new Elf file type ET_CKPT
|
||||
- three additional program header types PT_CKPT_VMA, PT_CKPT_CORE
|
||||
and PT_CKPT_PAGES. PT_CKPT_VMA holds 'vma_entry' structure,
|
||||
PT_CKPT_CORE -- 'core_entry' structure and PT_CKPT_PAGES --
|
||||
a set of all pages which are to be read into process memory.
|
||||
|
||||
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue