41 Commits (bd7c41765b9afa93a7f1a42e1ee353282230e2b7)

Author SHA1 Message Date
Peter Maydell c5679026d5 user-exec: Remove unused code for OSX hosts 10 years ago
Peter Maydell 4259a820d2 user-exec: Delete now-unused hppa and m68k cpu_signal_handler() code 10 years ago
Peter Maydell 0c33682d5f target-i386: Move user-mode exception actions out of user-exec.c 10 years ago
Peter Maydell a5852dc5de user-exec: Don't reextract sigmask from usercontext pointer 10 years ago
Peter Maydell 6886b98036 cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() 10 years ago
Peter Maydell f213e72f23 user-exec: Push resume-from-signal code out to handle_cpu_signal() 10 years ago
Paolo Bonzini 63c915526d cpu: move exec-all.h inclusion out of cpu.h 10 years ago
Peter Maydell d38ea87ac5 all: Clean up includes 10 years ago
Peter Maydell 71baf787d8 osdep.h: Remove qemu_printf 11 years ago
Paolo Bonzini 1652b97476 exec: move functions to translate-all.h 11 years ago
Tobias Nygren 7ccfb495c6 user-exec.c: fix build on NetBSD/sparc64 and NetBSD/arm 11 years ago
Paolo Bonzini f08b617018 softmmu: introduce cpu_ldst.h 12 years ago
Richard Henderson 661f7fa4b0 tcg-aarch64: Properly detect SIGSEGV writes 12 years ago
Andreas Färber 2ef1f68d4f user-exec: Change exception_action() argument to CPUState 13 years ago
Andreas Färber 0ea8cb8895 cpu-exec: Change cpu_resume_from_signal() argument to CPUState 13 years ago
Andreas Färber 3f38f309b2 translate-all: Change cpu_restore_state() argument to CPUState 13 years ago
Andreas Färber 5638d180d6 cpu-exec: Change cpu_loop_exit() argument to CPUState 13 years ago
Andreas Färber 27103424c4 cpu: Move exception_index field from CPU_COMMON to CPUState 13 years ago
Andreas Färber 6f03bef0ff cpu: Move jmp_env field from CPU_COMMON to CPUState 13 years ago
Andreas Färber 7510454e3e cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook 13 years ago
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() 13 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 14 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 14 years ago
Andreas Färber 9349b4f9fd Rename CPUState -> CPUArchState 14 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 15 years ago