1. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  2. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  3. cb3fb38 target-m68k: Pass M68kCPU to m68k_set_irq_level() by Andreas Färber · 12 years ago
  4. c7937d9 target-m68k: Return M68kCPU from cpu_m68k_init() by Andreas Färber · 12 years ago
  5. 6d1bbc6 target-m68k: Introduce QOM realizefn for M68kCPU by Andreas Färber · 12 years ago
  6. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  7. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  8. d694516 target-m68k: Remove t1 from CPUM68KState by Richard Henderson · 12 years ago
  9. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  10. b9e7a23 target-m68k: QOM'ify CPU by Andreas Färber · 13 years ago
  11. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  12. 2b3e3cf target-m68k: Don't overuse CPUState by Andreas Färber · 13 years ago
  13. 3aef481 target-m68k: Clean includes by Stefan Weil · 13 years ago
  14. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  15. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  16. 3c68882 m68k: use caller supplied CPUState for interrupt related stuff by Blue Swirl · 14 years ago
  17. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  18. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  19. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  20. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  21. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 16 years ago
  22. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  23. 009a435 Add m68k_cpu_list() by Laurent Vivier · 16 years ago
  24. aaedd1f clean build: Fix remaining m68k warnings by aurel32 · 16 years ago
  25. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  26. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  27. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  28. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  29. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
  30. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  31. f8ed707 Fix typo. by pbrook · 17 years ago
  32. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  33. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  34. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  35. e1f3808 Convert m68k target to TCG. by pbrook · 17 years ago
  36. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  37. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  38. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  39. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  40. 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
  41. d315c88 Improve ColdFire CPU selection. by pbrook · 18 years ago
  42. 20dcee9 MCF5208 emulation. by pbrook · 18 years ago
  43. acf930a ColdFire EMAC support. by pbrook · 18 years ago
  44. e6dbd3b M68k extended addressing modes. by pbrook · 18 years ago
  45. 0402f76 Rework m68k cpu feature flags. by pbrook · 18 years ago
  46. a87295e M68k system mode semihosting. by pbrook · 18 years ago
  47. 0633879 m68k/ColdFire system emulation. by pbrook · 18 years ago
  48. 5a7b542 siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. by ths · 18 years ago
  49. 9042c0e Check ELF binaries for machine type and endianness. by ths · 18 years ago
  50. e6e5906 ColdFire target. by pbrook · 18 years ago