1. 351326a m68k: Replace gen_im32() by tcg_const_i32() by Laurent Vivier · 14 years ago
  2. a1c7273 Fix typos in comments and code (occured -> occurred and related) by Stefan Weil · 13 years ago
  3. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 13 years ago
  4. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 13 years ago
  5. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  6. eda48c3 inline cpu_halted into sole caller by Paolo Bonzini · 14 years ago
  7. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  8. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  9. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 14 years ago
  10. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 14 years ago
  11. 37ca43a m68k: remove dead assignments, spotted by clang analyzer by Blue Swirl · 14 years ago
  12. c416257 m68k: fix if statement with empty body, spotted by clang by Blue Swirl · 14 years ago
  13. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  14. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago
  15. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  16. df2a54e remove dead m68k definitions by Paolo Bonzini · 15 years ago
  17. 49a945a kill regs_to_env and env_to_regs by Paolo Bonzini · 15 years ago
  18. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  19. 99a0949 Get rid of _t suffix by malc · 15 years ago
  20. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  21. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 15 years ago
  22. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  23. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 15 years ago
  24. 5561650 Include assert.h from qemu-common.h by Paul Brook · 15 years ago
  25. 009a435 Add m68k_cpu_list() by Laurent Vivier · 15 years ago
  26. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 15 years ago
  27. 6a4955a qemu: per-arch cpu_has_work (Marcelo Tosatti) by aliguori · 15 years ago
  28. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  29. 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
  30. aaedd1f clean build: Fix remaining m68k warnings by aurel32 · 16 years ago
  31. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  32. 18307f2 Fix ColdFire fmovem. Free the temporary we just allocated rather than some by pbrook · 16 years ago
  33. 243ee8f Really fix ColdFire fdmoved address decoding. by pbrook · 16 years ago
  34. c59b97a Fix ColdFire fdmoved address decoding. by pbrook · 16 years ago
  35. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  36. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  37. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  38. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  39. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  40. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  41. 6ad1d22 Allocate cleared memory for cpu state. by pbrook · 16 years ago
  42. 1addc7c Spelling and grammar fixes by aurel32 · 16 years ago
  43. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  44. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  45. bfa50bc Remove premature memop TB terminations (Jan Kiszka) by aliguori · 16 years ago
  46. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  47. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  48. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  49. a7812ae TCG variable type checking. by pbrook · 16 years ago
  50. 56aebc8 Add GDB XML register description support. by pbrook · 16 years ago
  51. 1ed1a78 Silence some warnings about no value returned from non-void function by blueswir1 · 16 years ago
  52. 9507fb5 Fix swapped mvz/mvs instructions. by pbrook · 16 years ago
  53. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  54. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 16 years ago
  55. 815a674 Fix coprocessor register types. by pbrook · 16 years ago
  56. 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 16 years ago
  57. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 16 years ago
  58. bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 16 years ago
  59. 2e70f6e Add instruction counter. by pbrook · 16 years ago
  60. f8ed707 Fix typo. by pbrook · 16 years ago
  61. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 16 years ago
  62. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 16 years ago
  63. ce5232c moved halted field to CPU_COMMON by bellard · 16 years ago
  64. 9b7b85d Fix off-by-one unwinding error. by pbrook · 16 years ago
  65. e1f3808 Convert m68k target to TCG. by pbrook · 16 years ago
  66. 8dd3dca remove target ifdefs from vl.c by aurel32 · 16 years ago
  67. d2856f1 Factorize code in translate.c by aurel32 · 16 years ago
  68. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 16 years ago
  69. ccccab0 m68k compare fix. by pbrook · 17 years ago
  70. 57fec1f use the TCG code generator by bellard · 17 years ago
  71. 01ba981 Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. by ths · 17 years ago
  72. f090c9d Add strict checking mode for softfp code. by pbrook · 17 years ago
  73. 4f6cf9e added missing return by bellard · 17 years ago
  74. 44f8625 fixed invalid type by bellard · 17 years ago
  75. 8fc7cc5 Fix m68k FP register debug dumps. by pbrook · 17 years ago
  76. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  77. 273af66 Adjust s390 addresses (the MSB is defined as "to be ignored"). by ths · 17 years ago
  78. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  79. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  80. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  81. ce62e5b Fix tb->size mishandling, by Daniel Jacobowitz. by ths · 17 years ago
  82. c9bac22 M68K watchpoint hacks. by pbrook · 17 years ago
  83. 06d92f4 Workaround dyngen problems with m68k conditional branch ops. by pbrook · 17 years ago
  84. 0cf5c67 M68K status register fixes. by pbrook · 17 years ago
  85. 9467d44 Move target-specific defines to the target directories. by ths · 17 years ago
  86. bfed01f Clean up of some target specifics in exec.c/cpu-exec.c. by ths · 17 years ago
  87. d315c88 Improve ColdFire CPU selection. by pbrook · 17 years ago
  88. 20dcee9 MCF5208 emulation. by pbrook · 17 years ago
  89. caf8fe8 Clear SR_M on a hardware interrupt. by pbrook · 17 years ago
  90. acf930a ColdFire EMAC support. by pbrook · 17 years ago
  91. 821f7e7 Implement ColdFire ff1. by pbrook · 17 years ago
  92. 5fc4adf Add diagnostic for bad opcode masks. by pbrook · 17 years ago
  93. 2bc1abb Fix typo in m68k outer displacement addressing (Andreas Schwab). by pbrook · 17 years ago
  94. 510ff0b Generate m68k address faults. by pbrook · 17 years ago
  95. e6dbd3b M68k extended addressing modes. by pbrook · 17 years ago
  96. 0402f76 Rework m68k cpu feature flags. by pbrook · 17 years ago
  97. a87295e M68k system mode semihosting. by pbrook · 17 years ago
  98. 7ec47ea Speed up m68k by 20%. by pbrook · 17 years ago
  99. 0633879 m68k/ColdFire system emulation. by pbrook · 17 years ago
  100. 8d7fe05 M68k addx/subx fix. by pbrook · 17 years ago