criu/compel/src/lib
Nicolas Viennot 8d8dd5a799 compel: x86 parasite_service entry point simplification
We don't need to push 0 on the stack. This seems to be a remnant of the
initial commit of 2011 that had a `pushq $0`.

The 16 bytes %rsp alignment was added with commit 2a0cea29 in 2012.
This is no longer necessary as we already guarantee that %rsp is 16
bytes aligned. A BUG_ON() is added to enforce this guarantee.

Signed-off-by: Nicolas Viennot <Nicolas.Viennot@twosigma.com>
2020-10-20 00:18:24 -07:00
..
handle-elf-host.c compel: Build host program 2017-03-14 23:58:10 +03:00
handle-elf.c compel: rewrite parasite cmd and args manipulation from assembly to C 2020-10-20 00:18:24 -07:00
infect-rpc.c compel: Move in parasite engine 2017-03-15 00:06:06 +03:00
infect-util.c compel: Add recv fd helper 2017-03-15 09:36:09 +03:00
infect.c compel: x86 parasite_service entry point simplification 2020-10-20 00:18:24 -07:00
log-host.c compel: Add callback-based log engine 2017-03-15 00:06:02 +03:00
log.c compel: Remove compel.h 2020-03-27 19:36:20 +03:00
ptrace.c lib/ptrace: Be more elaborate about failures 2020-02-04 12:39:04 -08:00