[CRIU] [PATCH 0/5] minor compel cleanup
Kir Kolyshkin
kir at openvz.org
Sat Mar 4 21:42:46 PST 2017
These are some assorted minor cleanups I did while working on my talk
for SCALE15x (the part of it about compel), to simplify working with
compel. Most important thing here is renaming some of the UAPI files.
Kir Kolyshkin (5):
compel: nuke compel_main()
compel Makefiles: simplify headers [un]install
compel/plugin-std.h: include log.h
compel/plugins: simplify #includes
compel plugins uapi: rename includes
compel/Makefile | 13 +++----------
compel/plugins/Makefile | 8 ++------
compel/plugins/include/uapi/{plugin-shmem.h => shmem.h} | 0
compel/plugins/include/uapi/{plugin-std.h => std.h} | 1 +
compel/plugins/shmem/shmem.c | 6 +++---
compel/plugins/std/fds.c | 8 ++------
compel/plugins/std/infect.c | 7 +------
compel/plugins/std/std.c | 9 ++-------
compel/plugins/std/string.c | 4 ++--
compel/test/infect/parasite.c | 7 +------
criu/pie/parasite.c | 5 -----
criu/pie/restorer.c | 5 -----
12 files changed, 17 insertions(+), 56 deletions(-)
rename compel/plugins/include/uapi/{plugin-shmem.h => shmem.h} (100%)
rename compel/plugins/include/uapi/{plugin-std.h => std.h} (88%)
--
2.9.3
More information about the CRIU
mailing list