21 Commits (2c0c52ae620cf121a8b9084c7c1168d867564ee8)

Author SHA1 Message Date
Alexander Graf 732f9e89a1 linux-user: fix segmentation fault passing with h2g(x) != x 13 years ago
Andreas Färber 4917cf4432 cpu: Replace cpu_single_env with CPUState current_cpu 13 years ago
Peter Maydell 023b0ae33b user-exec.c: Set is_write correctly in the ARM cpu_signal_handler() 13 years ago
Claudio Fontana f129061c6a user-exec.c: aarch64 initial implementation of cpu_signal_handler 13 years ago
Peter Maydell 6ab7e5465a Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() 14 years ago
Paolo Bonzini 76cad71136 build: kill libdis, move disassemblers to disas/ 14 years ago
John Spencer e12cdb1b40 fix build error on ARM due to wrong glibc check 14 years ago
Blue Swirl a8a826a3c3 exec: refactor cpu_restore_state 14 years ago
Blue Swirl 89c33337fd Remove unused CONFIG_TCG_PASS_AREG0 and dead code 14 years ago
Blue Swirl 1846ec2c6a user: fix accidental AREG0 use 14 years ago
Richard W.M. Jones 02d2bd5d57 Replace 'struct siginfo' with 'siginfo_t'. 14 years ago
Blue Swirl 77b2bc2c09 x86: avoid AREG0 for exceptions 15 years ago
Peter Maydell c5954819b6 user-exec.c: Don't assert on segfaults for non-valid addresses 14 years ago
Blue Swirl 2050396801 Use uintptr_t for various op related functions 15 years ago
Andreas Färber 9349b4f9fd Rename CPUState -> CPUArchState 15 years ago
Blue Swirl 97b348e7d2 Remove unused is_softmmu parameter from cpu_handle_mmu_fault 15 years ago
Blue Swirl 3e4571724f exec.h cleanup 15 years ago
Blue Swirl 1162c041c1 cpu_loop_exit: avoid using AREG0 15 years ago
Blue Swirl 42a623c7db Move user emulator stuff from cpu-exec.c to user-exec.c 16 years ago