[CRIU] Re: [PATCH cr 0/6] Rework dumping and restoring shared memory
Pavel Emelyanov
xemul at parallels.com
Wed Mar 21 03:04:40 EDT 2012
On 03/21/2012 10:11 AM, Andrey Vagin wrote:
> Now conten of shared memory are not duplicated.
>
> Andrey Vagin (6):
> zdtm: add new test case for testing shared memory
> mm: move shmid to vma_entry (v2)
> mm: change offset of zero_page_entry to ~0LL
> mm: s/PAGES_SHMEM/SHMEM_PAGES
> mm: rework of dumping shared memory
> mm: clean up parasite (v2)
>
> cr-dump.c | 142 ++++++++++++++++--
> cr-restore.c | 331 ++++++++++++++++++----------------------
> cr-show.c | 24 ---
> crtools.c | 14 +--
> include/crtools.h | 10 +-
> include/image.h | 10 +-
> include/parasite.h | 4 -
> include/restorer.h | 18 ++-
> include/util.h | 1 -
> parasite-syscall.c | 18 +--
> parasite.c | 22 +--
> proc_parse.c | 4 +-
> restorer.c | 8 +-
> test/zdtm/live/static/Makefile | 1 +
> test/zdtm/live/static/maps01.c | 119 ++++++++++++++
> util.c | 5 +-
> 16 files changed, 440 insertions(+), 291 deletions(-)
> create mode 100644 test/zdtm/live/static/maps01.c
All applied, thanks a lot!
More information about the CRIU
mailing list