| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace 'struct ucontext' with 'ucontext_t' type | Khem Raj | 2017-07-20 | 1 | -9/+9 |
* | user-exec: handle synchronous signals from QEMU gracefully | Alex Bennée | 2017-03-28 | 1 | -3/+15 |
* | tcg: Merge GETPC and GETRA | Richard Henderson | 2016-09-16 | 1 | -2/+5 |
* | user-exec: Remove unused code for OSX hosts | Peter Maydell | 2016-06-26 | 1 | -46/+1 |
* | user-exec: Delete now-unused hppa and m68k cpu_signal_handler() code | Peter Maydell | 2016-06-26 | 1 | -60/+0 |
* | target-i386: Move user-mode exception actions out of user-exec.c | Peter Maydell | 2016-06-09 | 1 | -15/+1 |
* | user-exec: Don't reextract sigmask from usercontext pointer | Peter Maydell | 2016-06-09 | 1 | -32/+16 |
* | cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() | Peter Maydell | 2016-06-09 | 1 | -1/+1 |
* | user-exec: Push resume-from-signal code out to handle_cpu_signal() | Peter Maydell | 2016-06-09 | 1 | -12/+29 |
* | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -2/+1 |
* | osdep.h: Remove qemu_printf | Peter Maydell | 2015-08-19 | 1 | -2/+2 |
* | exec: move functions to translate-all.h | Paolo Bonzini | 2015-06-05 | 1 | -0/+1 |
* | user-exec.c: fix build on NetBSD/sparc64 and NetBSD/arm | Tobias Nygren | 2015-03-13 | 1 | -1/+15 |
* | softmmu: introduce cpu_ldst.h | Paolo Bonzini | 2014-06-05 | 1 | -0/+1 |
* | tcg-aarch64: Properly detect SIGSEGV writes | Richard Henderson | 2014-04-16 | 1 | -6/+19 |
* | user-exec: Change exception_action() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -6/+5 |
* | cpu-exec: Change cpu_resume_from_signal() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -2/+1 |
* | translate-all: Change cpu_restore_state() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -1/+1 |
* | cpu-exec: Change cpu_loop_exit() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -2/+2 |
* | cpu: Move exception_index field from CPU_COMMON to CPUState | Andreas Färber | 2014-03-13 | 1 | -2/+4 |
* | cpu: Move jmp_env field from CPU_COMMON to CPUState | Andreas Färber | 2014-03-13 | 1 | -1/+2 |
* | cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook | Andreas Färber | 2014-03-13 | 1 | -2/+7 |
* | linux-user: fix segmentation fault passing with h2g(x) != x | Alexander Graf | 2013-07-23 | 1 | -0/+4 |
* | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori | 2013-07-10 | 1 | -4/+5 |
|\ |
|
| * | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber | 2013-07-09 | 1 | -4/+5 |
* | | user-exec.c: Set is_write correctly in the ARM cpu_signal_handler() | Peter Maydell | 2013-07-05 | 1 | -2/+6 |
|/ |
|
* | user-exec.c: aarch64 initial implementation of cpu_signal_handler | Claudio Fontana | 2013-06-12 | 1 | -0/+15 |
* | Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() | Peter Maydell | 2013-02-23 | 1 | -1/+1 |
* | Merge remote-tracking branch 'bonzini/header-dirs' into staging | Anthony Liguori | 2012-12-20 | 1 | -1/+1 |
|\ |
|
| * | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | | fix build error on ARM due to wrong glibc check | John Spencer | 2012-12-18 | 1 | -1/+1 |
|/ |
|
* | exec: refactor cpu_restore_state | Blue Swirl | 2012-12-16 | 1 | -7/+1 |
* | Remove unused CONFIG_TCG_PASS_AREG0 and dead code | Blue Swirl | 2012-09-15 | 1 | -14/+0 |
* | user: fix accidental AREG0 use | Blue Swirl | 2012-08-09 | 1 | -5/+12 |
* | Replace 'struct siginfo' with 'siginfo_t'. | Richard W.M. Jones | 2012-08-01 | 1 | -1/+1 |
* | x86: avoid AREG0 for exceptions | Blue Swirl | 2012-06-28 | 1 | -1/+1 |
* | user-exec.c: Don't assert on segfaults for non-valid addresses | Peter Maydell | 2012-05-08 | 1 | -1/+2 |
* | Use uintptr_t for various op related functions | Blue Swirl | 2012-04-14 | 1 | -1/+1 |
* | Rename CPUState -> CPUArchState | Andreas Färber | 2012-03-14 | 1 | -2/+2 |
* | Remove unused is_softmmu parameter from cpu_handle_mmu_fault | Blue Swirl | 2011-08-07 | 1 | -1/+1 |
* | exec.h cleanup | Blue Swirl | 2011-07-30 | 1 | -46/+3 |
* | cpu_loop_exit: avoid using AREG0 | Blue Swirl | 2011-06-26 | 1 | -5/+6 |
* | Move user emulator stuff from cpu-exec.c to user-exec.c | Blue Swirl | 2011-05-28 | 1 | -0/+673 |