Sign in
qemu
/
qemu
/
b81b971c7a87261f23359529cdd9d86fac57633f
/
user-exec.c
71baf78
osdep.h: Remove qemu_printf
by Peter Maydell
· 9 years ago
1652b97
exec: move functions to translate-all.h
by Paolo Bonzini
· 10 years ago
7ccfb49
user-exec.c: fix build on NetBSD/sparc64 and NetBSD/arm
by Tobias Nygren
· 10 years ago
f08b617
softmmu: introduce cpu_ldst.h
by Paolo Bonzini
· 11 years ago
661f7fa
tcg-aarch64: Properly detect SIGSEGV writes
by Richard Henderson
· 11 years ago
2ef1f68
user-exec: Change exception_action() argument to CPUState
by Andreas Färber
· 11 years ago
0ea8cb8
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
by Andreas Färber
· 11 years ago
3f38f30
translate-all: Change cpu_restore_state() argument to CPUState
by Andreas Färber
· 11 years ago
5638d18
cpu-exec: Change cpu_loop_exit() argument to CPUState
by Andreas Färber
· 11 years ago
2710342
cpu: Move exception_index field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
6f03bef
cpu: Move jmp_env field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
7510454
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
by Andreas Färber
· 11 years ago
732f9e8
linux-user: fix segmentation fault passing with h2g(x) != x
by Alexander Graf
· 12 years ago
51455c5
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
by Anthony Liguori
· 11 years ago
4917cf4
cpu: Replace cpu_single_env with CPUState current_cpu
by Andreas Färber
· 12 years ago
023b0ae
user-exec.c: Set is_write correctly in the ARM cpu_signal_handler()
by Peter Maydell
· 12 years ago
f129061
user-exec.c: aarch64 initial implementation of cpu_signal_handler
by Claudio Fontana
· 12 years ago
6ab7e54
Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()
by Peter Maydell
· 12 years ago
27dd773
Merge remote-tracking branch 'bonzini/header-dirs' into staging
by Anthony Liguori
· 12 years ago
76cad71
build: kill libdis, move disassemblers to disas/
by Paolo Bonzini
· 12 years ago
e12cdb1
fix build error on ARM due to wrong glibc check
by John Spencer
· 12 years ago
a8a826a
exec: refactor cpu_restore_state
by Blue Swirl
· 12 years ago
89c3333
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
by Blue Swirl
· 12 years ago
1846ec2
user: fix accidental AREG0 use
by Blue Swirl
· 12 years ago
02d2bd5
Replace 'struct siginfo' with 'siginfo_t'.
by Richard W.M. Jones
· 13 years ago
77b2bc2
x86: avoid AREG0 for exceptions
by Blue Swirl
· 13 years ago
c595481
user-exec.c: Don't assert on segfaults for non-valid addresses
by Peter Maydell
· 13 years ago
2050396
Use uintptr_t for various op related functions
by Blue Swirl
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
97b348e
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
by Blue Swirl
· 13 years ago
3e45717
exec.h cleanup
by Blue Swirl
· 13 years ago
1162c04
cpu_loop_exit: avoid using AREG0
by Blue Swirl
· 14 years ago
42a623c
Move user emulator stuff from cpu-exec.c to user-exec.c
by Blue Swirl
· 14 years ago