1. 0cbfcd2 tcg: increase TCG_MAX_OP_SIZE to 192 by Aurelien Jarno · 15 years ago
  2. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  3. 99a0949 Get rid of _t suffix by malc · 15 years ago
  4. 87b78ad ARM host: fix generated blocks linking by Laurent Desnogues · 15 years ago
  5. 6db7350 exec-all.h: increase OPC_BUF_SIZE by Aurelien Jarno · 15 years ago
  6. b689c62 exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 by Aurelien Jarno · 15 years ago
  7. 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 16 years ago
  8. a8cd70f Enable USE_DIRECT_JUMP on Win32. by Filip Navara · 16 years ago
  9. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  10. 640f42e kqemu: merge CONFIG_KQEMU and USE_KQEMU by blueswir1 · 16 years ago
  11. 94a6b54 Implement dynamic guest ram allocation. by pbrook · 16 years ago
  12. 5579c7f Remove code phys_ram_base uses. by pbrook · 16 years ago
  13. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  14. 4f39636 Remove GenOpFunc typedefs by blueswir1 · 16 years ago
  15. a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
  16. 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
  17. e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
  18. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  19. 49516bc Some cleanups after dyngen removal by aurel32 · 16 years ago
  20. 3233f0d Use libgcc __clear_cache to clean icache, when available. by balrog · 16 years ago
  21. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  22. dde2367 Add debug exception hook (Jan Kiszka) by aliguori · 16 years ago
  23. de9a95f Revert commits 5685 to 5688 committed by mistake by aurel32 · 16 years ago
  24. dc18031 Disable debug code for production. by aurel32 · 16 years ago
  25. 875cdcf protect exec-all.h frm multiple inclusion (Glauber Costa) by aliguori · 16 years ago
  26. e18231a Show size for unassigned accesses (Robert Reif) by blueswir1 · 16 years ago
  27. ac509d8 Move offsetof to osdep.h, remove local defintions. by balrog · 16 years ago
  28. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  29. 5278154 On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64 by malc · 17 years ago
  30. 810260a Preliminary PPC64/Linux host support by malc · 17 years ago
  31. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 17 years ago
  32. 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 17 years ago
  33. bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
  34. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  35. d597536 Multithreaded locking fixes. by pbrook · 17 years ago
  36. 0a878c4 PPC TCG Fixes by malc · 17 years ago
  37. 1235fc0 Spelling fixes, by Stefan Weil. by ths · 17 years ago
  38. 932a690 support of long calls for PPC (malc) by bellard · 17 years ago
  39. da26024 kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host by bellard · 17 years ago
  40. 26a5f13 variable dynamic translation buffer size by bellard · 17 years ago
  41. 7a5ca86 qemu-nbd tool (Anthony Liguori) by bellard · 17 years ago
  42. 811d4cf ARM host support for TCG targets. by balrog · 17 years ago
  43. a57f631 removed unused code by bellard · 17 years ago
  44. 4d7a088 Fix compiler warnings in common files by blueswir1 · 17 years ago
  45. e83a867 Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka). by edgar_igl · 17 years ago
  46. b5e19d4 Make the paged properties of the tb-jmp-cache hash function work for TARGET_PAGE_BITS != 12. by edgar_igl · 17 years ago
  47. cb7cca1 Revert commit r4342 and r4343, wasn't intended to be committed by aurel32 · 17 years ago
  48. a366649 Disable debug code for production. by aurel32 · 17 years ago
  49. d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
  50. 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  51. 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
  52. 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  53. a208e54 TCG op size estimation fix. by pbrook · 17 years ago
  54. 15a5115 Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady) by aurel32 · 17 years ago
  55. 0115be3 Fix opparam_buf size estimate. by pbrook · 17 years ago
  56. 57fec1f use the TCG code generator by bellard · 17 years ago
  57. d07bde8 Fix code generation buffer overflow reported by TeLeMan by blueswir1 · 17 years ago
  58. df2542c Avoid duplicated definitions: move common definitions from exec-all.h by j_mayer · 17 years ago
  59. 76d83bd Fixes for s/390 host support, by Bastian Blank. by ths · 17 years ago
  60. 7a51ad8 For consistency, move muls64 / mulu64 prototypes to host-utils.h by j_mayer · 17 years ago
  61. 647de6c Handle IBE on MIPS properly. by ths · 17 years ago
  62. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  63. f1ccf90 CRIS support in toplevel, by Edgar E. Iglesias. by ths · 17 years ago
  64. 8a84de2 Fix compilation on Darwin platform, avoiding the use of gcc function attributes by j_mayer · 17 years ago
  65. 29f640e always_inline gcc directive can be useful. by j_mayer · 17 years ago
  66. c068688 Extend TB flags to 64 bits (Alexander Graf). by j_mayer · 17 years ago
  67. 2e03286 Make likely/unlikely accessible also in hw/. Revert the logfile->stderr change. by balrog · 17 years ago
  68. cbecba2 Move likely and unlikely macros in a common place (Aurelien Jarno). by j_mayer · 17 years ago
  69. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  70. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  71. 9bbc5cc Fiddly dyngen bits for s390 host support, by Ulrich Hecht. by ths · 18 years ago
  72. 6d8aa3b Remove unaligned accesses in ia64_apply_fixes(). by balrog · 18 years ago
  73. 0633879 m68k/ColdFire system emulation. by pbrook · 18 years ago
  74. 6c36d3f Enable faults for unassigned memory accesses and unimplemented ASIs by blueswir1 · 18 years ago
  75. 69d3572 More generic 64 bit multiplication support, by Aurelien Jarno. by ths · 18 years ago
  76. 976a0d0 Fix wrong branch condition in MIPS testandset. by ths · 18 years ago
  77. 204a1b8 Another #elif'ication. by ths · 18 years ago
  78. c4b89d1 Some bits of Linux/MIPS host support, still segfaulty. by ths · 18 years ago
  79. eddf68a Integrate Alpha target in Qemu core. by j_mayer · 18 years ago
  80. 36d2395 MIPS FPU dynamic activation, part 1, by Herve Poussineau. by ths · 18 years ago
  81. b362e5e Speed up tlb_flush_page (Daniel Jacobowitz). by pbrook · 18 years ago
  82. 2a4188a low level support for memory mapped flash devices (initial patch by Jocelyn Mayer) by bellard · 19 years ago
  83. fdf9b3e sh4 target (Samuel Tardieu) by bellard · 19 years ago
  84. 53a5960 Avoid accessing guest memory directly in usermode emulation. by pbrook · 19 years ago
  85. f32fc64 optional support for kernel code virtualization by bellard · 19 years ago
  86. 30d6cb8 correct MIPS state restoring (Daniel Jacobowitz) by bellard · 19 years ago
  87. 84b7b8e PAGE_EXEC support in TLBs by bellard · 19 years ago
  88. b5ff1b3 ARM system emulation (Paul Brook) by bellard · 19 years ago
  89. 6a00d60 SMP support by bellard · 19 years ago
  90. 8a40a18 make the TB cache independent of MMU mappings (faster MMU context switches and needed for SMP support) by bellard · 19 years ago
  91. c53be33 suppressed JUMP_TB (Paul Brook) by bellard · 19 years ago
  92. de75815 disabled LDT test (kqemu 0.7.2 no longer needs it) by bellard · 19 years ago
  93. a332e11 kqemu_cpu_interrupt support for win32 (Filip Navara) by bellard · 19 years ago
  94. 75913b7 compilation fix for gcc3.4 on win32 (Paul Brook) by bellard · 20 years ago
  95. 4b7df22 added kqemu_set_notdirty() by bellard · 20 years ago
  96. 09d459a temporary work around for 16 bit code in kqemu by bellard · 20 years ago
  97. 6af0bf9 MIPS target (Jocelyn Mayer) by bellard · 20 years ago
  98. c98baaa correct __builtin_expect definition - increased code gen buffer size for x86 by bellard · 20 years ago
  99. 74ffc77 removed unused stuff by bellard · 20 years ago
  100. b8076a7 ia64 host support (David Mosberger) by bellard · 20 years ago