Commit afe2b3fc authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

kernel: Update Elf patch changelong

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 523de236
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>
---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment