[CRIU] [PATCH 00/24] Fifo c/r v2
Cyrill Gorcunov
gorcunov at openvz.org
Thu Jun 7 09:28:56 EDT 2012
Hi guys,
here is updated series for fifo c/r. Some notes on patchset
1) make: LIBS should not be in prerequisites
It has been already sent but I need it in series
to be able to build and test crtools.
2) files: Print symbolic meaning of file restoring status
This one is optinal but I find it convenient to use.
3) pipes: Add c/r for fifo files
This one is real fifo c/r.
---
Makefile | 4 +-
cr-dump.c | 33 +--
cr-show.c | 15 +-
files.c | 10 +-
include/image.h | 13 +-
include/pipes.h | 16 +-
include/proc_parse.h | 1 +
include/types.h | 4 +
pipes.c | 556 ++++++++++++++++++++------------
proc_parse.c | 15 +
test/zdtm.sh | 2 +
test/zdtm/lib/Makefile | 2 +-
test/zdtm/lib/lock.c | 81 +++++
test/zdtm/lib/zdtmtst.h | 12 +
test/zdtm/live/static/Makefile | 5 +
test/zdtm/live/static/fifo-rowo-pair.c | 152 +++++++++
test/zdtm/live/static/pipe02.c | 69 ++++
17 files changed, 757 insertions(+), 233 deletions(-)
create mode 100644 test/zdtm/lib/lock.c
create mode 100644 test/zdtm/live/static/fifo-rowo-pair.c
create mode 100644 test/zdtm/live/static/pipe02.c
--
1.7.7.6
More information about the CRIU
mailing list