[CRIU] [PATCH 0/2] arch,x86: Drop native x86-32 code pieces

Cyrill Gorcunov gorcunov at openvz.org
Fri Feb 10 03:18:31 PST 2017


We're not going to support native ia32 mode in criu, only
that named compat mode (32bit executables on 64bit OS). But
there are a number of code pieces left which is unneeded
now. Drop it off.

Cyrill Gorcunov (2):
  compel: arch,x86 -- Drop native ia32 pieces
  criu: arch,x86 -- Drop native ia32 pieces

 compel/Makefile                                    | 14 -----------
 compel/arch/x86/plugins/std/parasite-head-compat.S | 23 ------------------
 compel/arch/x86/src/lib/handle-elf.c               | 10 +-------
 compel/arch/x86/src/lib/include/handle-elf.h       | 13 -----------
 .../x86/src/lib/include/uapi/asm/infect-types.h    | 11 ---------
 .../arch/x86/src/lib/include/uapi/asm/sigframe.h   | 27 ----------------------
 compel/arch/x86/src/lib/infect.c                   |  7 ++----
 compel/src/lib/handle-elf-32-host.c                |  1 -
 compel/src/lib/handle-elf-32.c                     |  1 -
 criu/arch/x86/crtools.c                            | 17 --------------
 criu/arch/x86/include/asm/parasite.h               |  4 ----
 criu/arch/x86/include/asm/restore.h                |  9 --------
 criu/arch/x86/include/asm/restorer.h               | 27 +---------------------
 criu/arch/x86/include/asm/types.h                  |  4 ----
 criu/include/util-vdso.h                           |  6 ++---
 15 files changed, 7 insertions(+), 167 deletions(-)
 delete mode 100644 compel/arch/x86/plugins/std/parasite-head-compat.S
 delete mode 120000 compel/src/lib/handle-elf-32-host.c
 delete mode 120000 compel/src/lib/handle-elf-32.c

-- 
2.7.4



More information about the CRIU mailing list