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