[CRIU] [PATCH] Change crtools to criu

Cyrill Gorcunov gorcunov at openvz.org
Tue May 28 12:40:45 EDT 2013


It's quite boring work but need to be done. I've tried to
make a renaming in granular steps sill requires careful
validation. Please take a look.

I'm pushing it to github if someone would like to help testing.
Jenkins and gcov seems are required for lifting after this change.
---
The following changes since commit d01ffda29e2d7e1fb17f586a4621beacebd1198b:

  parasite: remove struct parasite_thread_ctl (2013-05-27 16:45:25 +0400)

are available in the git repository at:

  git://github.com/cyrillos/crtools.git criu-rename

for you to fetch changes up to bd053a349e8022e0ee30c674d7a89afb26c53b8b:

  Rename include/crtools.h to include/criu.h (2013-05-28 20:35:54 +0400)
---
Cyrill Gorcunov (7):
  Use criu instead of crtools in test scripts
  Drop crtools word from zdmt C code
  zdtm.sh: Rename crtools to criu
  make: Use criu instead of crtools
  Rename crtools.c to criu.c
  Get rid of crtools mentions in source code
  Rename include/crtools.h to include/criu.h

 Makefile                               | 22 +++++++++++-----------
 Makefile.crtools => Makefile.criu      |  2 +-
 arch/arm/Makefile                      |  6 +++---
 arch/arm/{crtools.c => criu.c}         |  0
 arch/x86/Makefile                      |  8 ++++----
 arch/x86/{crtools.c => criu.c}         |  0
 arch/x86/vdso-pie.c                    |  2 +-
 arch/x86/vdso.c                        |  2 +-
 cr-check.c                             |  2 +-
 cr-dump.c                              |  2 +-
 cr-exec.c                              |  2 +-
 cr-restore.c                           |  8 ++++----
 cr-show.c                              |  2 +-
 crtools.c => criu.c                    |  2 +-
 eventfd.c                              |  2 +-
 eventpoll.c                            |  2 +-
 fifo.c                                 |  2 +-
 files-reg.c                            |  2 +-
 files.c                                |  4 ++--
 fsnotify.c                             |  2 +-
 image.c                                |  2 +-
 include/{crtools.h => criu.h}          |  6 +++---
 include/eventfd.h                      |  2 +-
 include/eventpoll.h                    |  2 +-
 include/file-lock.h                    |  2 +-
 include/fsnotify.h                     |  2 +-
 include/ipc_ns.h                       |  2 +-
 include/namespaces.h                   |  2 +-
 include/pstree.h                       |  2 +-
 include/restorer.h                     |  2 +-
 include/sk-queue.h                     |  2 +-
 include/tty.h                          |  2 +-
 include/uts_ns.h                       |  2 +-
 ipc_ns.c                               |  2 +-
 log.c                                  |  2 +-
 mem.c                                  |  2 +-
 mount.c                                |  4 ++--
 net.c                                  |  2 +-
 page-read.c                            |  2 +-
 page-xfer.c                            |  2 +-
 parasite-syscall.c                     |  4 ++--
 pie/parasite.c                         |  2 +-
 pie/restorer.c                         |  2 +-
 pipes.c                                |  2 +-
 proc_parse.c                           |  2 +-
 protobuf.c                             |  2 +-
 ptrace.c                               |  2 +-
 shmem.c                                |  2 +-
 signalfd.c                             |  2 +-
 sk-inet.c                              |  2 +-
 sk-netlink.c                           |  2 +-
 sk-packet.c                            |  2 +-
 sk-queue.c                             |  2 +-
 sk-tcp.c                               |  2 +-
 sk-unix.c                              |  2 +-
 sockets.c                              |  2 +-
 stats.c                                |  2 +-
 test/app-emu/java/HelloWorld/run.sh    |  6 +++---
 test/app-emu/job/job.exp               |  4 ++--
 test/app-emu/lxc/run.sh                |  6 +++---
 test/app-emu/make/run.sh               |  6 +++---
 test/app-emu/screen/run.sh             | 10 +++++-----
 test/app-emu/tarbz/run.sh              |  6 +++---
 test/app-emu/vnc/run.sh                |  6 +++---
 test/mem-snap/run-predump-2.sh         | 12 ++++++------
 test/mem-snap/run-predump.sh           |  8 ++++----
 test/mem-snap/run-snap.sh              |  8 ++++----
 test/tcp/run.sh                        |  6 +++---
 test/zdtm.sh                           | 24 ++++++++++++------------
 test/zdtm/lib/tcp.c                    |  2 +-
 test/zdtm/live/static/fifo-rowo-pair.c |  2 +-
 tty.c                                  |  2 +-
 util.c                                 |  2 +-
 uts_ns.c                               |  2 +-
 74 files changed, 134 insertions(+), 134 deletions(-)
 rename Makefile.crtools => Makefile.criu (98%)
 rename arch/arm/{crtools.c => criu.c} (100%)
 rename arch/x86/{crtools.c => criu.c} (100%)
 rename crtools.c => criu.c (99%)
 rename include/{crtools.h => criu.h} (98%)

-- 
1.8.1.4


More information about the CRIU mailing list