forked from mirror/qemu
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
				
					
						
							This patch is based on the original work by Petros Angelatos [1], which I have updated to the current git master. The following commit message is largely based on Petros' original message. In order for one to use QEMU user mode emulation under a chroot, it is required to use binfmt_misc. This can be avoided by QEMU never doing a raw execve() to the host system. Introduce a new option, --execve, that uses the current QEMU interpreter to intercept execve(). qemu_execve() will prepend the interpreter path, similar to what binfmt_misc would do, and then pass the modified execve() to the host. [1] https://patchwork.ozlabs.org/patch/582756/ Signed-off-by: Ricardo Jesus <rj.bcjesus@gmail.com>  | 
			3 years ago | |
|---|---|---|
| .. | ||
| aarch64 | 3 years ago | |
| alpha | 3 years ago | |
| arm | 3 years ago | |
| cris | 3 years ago | |
| generic | 3 years ago | |
| hexagon | 3 years ago | |
| hppa | 3 years ago | |
| i386 | 3 years ago | |
| include | 3 years ago | |
| loongarch64 | 3 years ago | |
| m68k | 3 years ago | |
| microblaze | 3 years ago | |
| mips | 3 years ago | |
| mips64 | 3 years ago | |
| nios2 | 3 years ago | |
| openrisc | 3 years ago | |
| ppc | 3 years ago | |
| riscv | 3 years ago | |
| s390x | 3 years ago | |
| sh4 | 3 years ago | |
| sparc | 3 years ago | |
| x86_64 | 3 years ago | |
| xtensa | 3 years ago | |
| cpu_loop-common.h | 3 years ago | |
| elfload.c | 3 years ago | |
| errnos.c.inc | 4 years ago | |
| exit.c | 4 years ago | |
| fd-trans.c | 4 years ago | |
| fd-trans.h | 4 years ago | |
| flat.h | 5 years ago | |
| flatload.c | 3 years ago | |
| ioctls.h | 3 years ago | |
| linux_loop.h | 4 years ago | |
| linuxload.c | 4 years ago | |
| loader.h | 4 years ago | |
| main.c | 3 years ago | |
| meson.build | 4 years ago | |
| mmap.c | 3 years ago | |
| qemu.h | 3 years ago | |
| semihost.c | 3 years ago | |
| signal-common.h | 3 years ago | |
| signal.c | 3 years ago | |
| socket.h | 6 years ago | |
| strace.c | 3 years ago | |
| strace.h | 4 years ago | |
| strace.list | 3 years ago | |
| syscall.c | 3 years ago | |
| syscall_defs.h | 3 years ago | |
| syscall_types.h | 4 years ago | |
| target_flat.h | 6 years ago | |
| thunk.c | 4 years ago | |
| trace-events | 4 years ago | |
| trace.h | 5 years ago | |
| uaccess.c | 4 years ago | |
| uname.c | 4 years ago | |
| uname.h | 4 years ago | |
| user-internals.h | 3 years ago | |
| user-mmap.h | 3 years ago | |
| vm86.c | 4 years ago | |