X-Git-Url: https://git.tld-linux.org/?p=packages%2Fqemu.git;a=blobdiff_plain;f=qemu-user-execve.patch;h=3f538a95d61878e894c14319f245ca967b66a3ba;hp=e567b84438bb664827b49db511b72a216b4d72e0;hb=05bd494111d29bcf2a9f9449c268c97caafa32fd;hpb=361b5ba66fa88e9ff4cccba71f54ecd1d072e059 diff --git a/qemu-user-execve.patch b/qemu-user-execve.patch index e567b84..3f538a9 100644 --- a/qemu-user-execve.patch +++ b/qemu-user-execve.patch @@ -199,9 +199,9 @@ index bd90cc3..0d9b058 100644 + return get_errno(safe_execve(qemu_execve_path, new_argp, envp)); +} + - /* do_syscall() should always have a single exit point at the end so - that actions, such as logging of syscall results, can be performed. - All errnos that do_syscall() returns must be -TARGET_. */ + static int target_to_host_cpu_mask(unsigned long *host_mask, + size_t host_size, + abi_ulong target_addr, @@ -8257,7 +8257,12 @@ * before the execve completes and makes it the other * program's problem.