Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-09-15 | Remove unused CONFIG_TCG_PASS_AREG0 and dead code | Blue Swirl | 1 | -14/+0 |
2012-08-09 | user: fix accidental AREG0 use | Blue Swirl | 1 | -5/+12 |
2012-08-01 | Replace 'struct siginfo' with 'siginfo_t'. | Richard W.M. Jones | 1 | -1/+1 |
2012-06-28 | x86: avoid AREG0 for exceptions | Blue Swirl | 1 | -1/+1 |
2012-05-08 | user-exec.c: Don't assert on segfaults for non-valid addresses | Peter Maydell | 1 | -1/+2 |
2012-04-14 | Use uintptr_t for various op related functions | Blue Swirl | 1 | -1/+1 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -2/+2 |
2011-08-07 | Remove unused is_softmmu parameter from cpu_handle_mmu_fault | Blue Swirl | 1 | -1/+1 |
2011-07-30 | exec.h cleanup | Blue Swirl | 1 | -46/+3 |
2011-06-26 | cpu_loop_exit: avoid using AREG0 | Blue Swirl | 1 | -5/+6 |
2011-05-28 | Move user emulator stuff from cpu-exec.c to user-exec.c | Blue Swirl | 1 | -0/+673 |