[CRIU] [PATCH 0/4] Timerfd support
Cyrill Gorcunov
gorcunov at openvz.org
Mon Jun 23 10:54:23 PDT 2014
I'm about to send kernel part for review so here is
early version of patches for criu. Comments are
welcome.
Cyrill Gorcunov (4):
timerfd: protobuf -- Add timerfd_entry
timerfd: Add protobuf entries into the image
timerfd: Add support of timerfd files
timerfd: zdtm -- Add simple testcase
Makefile.crtools | 1 +
cr-restore.c | 2 +
cr-show.c | 1 +
files.c | 3 +
image-desc.c | 1 +
include/image-desc.h | 1 +
include/magic.h | 1 +
include/proc_parse.h | 2 +
include/protobuf-desc.h | 5 +-
include/timerfd.h | 15 ++++
proc_parse.c | 60 ++++++++++++++
protobuf-desc.c | 1 +
protobuf/Makefile | 1 +
protobuf/fdinfo.proto | 1 +
protobuf/timerfd.proto | 16 ++++
test/zdtm.sh | 1 +
test/zdtm/live/static/Makefile | 1 +
test/zdtm/live/static/timerfd.c | 166 ++++++++++++++++++++++++++++++++++++++
timerfd.c | 173 ++++++++++++++++++++++++++++++++++++++++
19 files changed, 450 insertions(+), 2 deletions(-)
create mode 100644 include/timerfd.h
create mode 100644 protobuf/timerfd.proto
create mode 100644 test/zdtm/live/static/timerfd.c
create mode 100644 timerfd.c
--
1.9.3
More information about the CRIU
mailing list