1. ad11ad7 linux-user: Remove redundant null check and replace free by g_free by Stefan Weil · 13 years ago
  2. 144b97c qemu-timer: simplify qemu_run_timers by Paolo Bonzini · 13 years ago
  3. c10600a TextConsole: saturate escape parameter in TTY_STATE_CSI by Laszlo Ersek · 13 years ago
  4. 995ee2b curses: don't initialize curses when qemu is daemonized by Hitoshi Mitake · 13 years ago
  5. d8f8a86 dtrace backend: add function to reserved words by Alon Levy · 13 years ago
  6. 12dabc7 pflash_cfi01: Fix warning caused by unreachable code by Stefan Weil · 13 years ago
  7. 997f156 ioh3420: Remove unreachable code by Stefan Weil · 13 years ago
  8. 8139626 lm4549: Fix buffer overflow by Stefan Weil · 13 years ago
  9. 5d40097 cadence_uart: Fix buffer overflow by Stefan Weil · 13 years ago
  10. 39b3845 qemu-sockets: Fix potential memory leak by Stefan Weil · 13 years ago
  11. b548828 qemu-ga: Remove unreachable code after g_error by Stefan Weil · 13 years ago
  12. 2e84849 target-i386: Allow tsc-frequency to be larger then 2.147G by Don Slutz · 13 years ago
  13. 93b6599 audio: Fix warning from static code analysis by Stefan Weil · 13 years ago
  14. 04cbbde Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rth by Blue Swirl · 12 years ago
  15. ef04a84 target-xtensa: implement coprocessor context option by Max Filippov · 13 years ago
  16. 4e27386 target-xtensa: implement FP1 group by Max Filippov · 13 years ago
  17. b7ee8c6 target-xtensa: implement FP0 conversions by Max Filippov · 13 years ago
  18. 0b6df83 target-xtensa: implement FP0 arithmetic by Max Filippov · 13 years ago
  19. 9ed7ae1 target-xtensa: implement LSCX and LSCI groups by Max Filippov · 13 years ago
  20. dd519cb target-xtensa: add FP registers by Max Filippov · 13 years ago
  21. b81fe82 target-xtensa: specialize softfloat NaN rules by Max Filippov · 13 years ago
  22. 10f6ca0 target-xtensa: handle boolean option in overlays by Max Filippov · 13 years ago
  23. 213ff4e softfloat: add NO_SIGNALING_NANS by Max Filippov · 13 years ago
  24. 6617680 softfloat: make float_muladd_negate_* flags independent by Max Filippov · 13 years ago
  25. e809c0d Revert "tcg/mips" by Aurelien Jarno · 12 years ago
  26. 23f3ff2 tcg/ppc32: Implement movcond32 by malc · 12 years ago
  27. ad49d1f tcg/mips by Aurelien Jarno · 12 years ago
  28. 6e17d0c tcg: Remove tcg_target_get_call_iarg_regs_count by Stefan Weil · 13 years ago
  29. d73685e tcg/i386: Remove unused registers from tcg_target_call_iarg_regs by Stefan Weil · 13 years ago
  30. b18212c tcg/i386: Add shortcuts for registers used in L constraint by Stefan Weil · 13 years ago
  31. 1b7621a w64: Fix TCG helper functions with 5 arguments by Stefan Weil · 13 years ago
  32. 9bacf41 tcg/README: document tcg_gen_goto_tb restrictions by Max Filippov · 13 years ago
  33. f0da375 tcg-hppa: Implement movcond by Richard Henderson · 13 years ago
  34. 7ef55fc tcg/optimize: add constant folding for deposit by Aurelien Jarno · 13 years ago
  35. fba3161 tcg: remove #ifdef #endif around TCGOpcode tests by Aurelien Jarno · 13 years ago
  36. c2b0e2f tcg/optimize: prefer the "op a, a, b" form for commutative ops by Aurelien Jarno · 13 years ago
  37. b336ceb tcg/optimize: further optimize brcond/movcond/setcond by Aurelien Jarno · 13 years ago
  38. 3c94193 tcg/optimize: optimize "op r, a, a => movi r, 0" by Aurelien Jarno · 13 years ago
  39. 0aba1c7 tcg/optimize: optimize "op r, a, a => mov r, a" by Aurelien Jarno · 13 years ago
  40. 1ff8c54 tcg/optimize: do copy propagation for all operations by Aurelien Jarno · 13 years ago
  41. e590d4e tcg/optimize: rework copy progagation by Aurelien Jarno · 13 years ago
  42. b80bb01 tcg/optimize: check types in copy propagation by Aurelien Jarno · 13 years ago
  43. 48b56ce tcg/optimize: remove TCG_TEMP_ANY by Aurelien Jarno · 13 years ago
  44. 7d7c493 tcg/mips: implement movcond op on MIPS32R2 by Aurelien Jarno · 13 years ago
  45. 04f71aa tcg/mips: implement deposit op on MIPS32R2 by Aurelien Jarno · 13 years ago
  46. 9a15251 tcg/mips: implement rotl/rotr ops on MIPS32R2 by Aurelien Jarno · 13 years ago
  47. c1cf85c tcg/mips: optimize bswap{16,16s,32} on MIPS32R2 by Aurelien Jarno · 13 years ago
  48. 0f46c06 tcg/mips: optimize brcond arg, 0 by Aurelien Jarno · 13 years ago
  49. 0d0b53a tcg/mips: use stack for TCG temps by Aurelien Jarno · 13 years ago
  50. 3314e00 tcg/mips: don't use global pointer by Aurelien Jarno · 13 years ago
  51. 5a0eed3 tcg/mips: use TCGArg or TCGReg instead of int by Aurelien Jarno · 13 years ago
  52. 0834c9e tcg/mips: kill warnings in user mode by Aurelien Jarno · 13 years ago
  53. 2ceb3a9 tcg-mips: fix wrong usage of 'Z' constraint by Aurelien Jarno · 13 years ago
  54. f4bf0b9 tcg-sparc: Preserve branch destinations during retranslation by Richard Henderson · 13 years ago
  55. 5bbd2ca tcg-sparc: Fix and enable direct TB chaining. by Richard Henderson · 13 years ago
  56. 26adfb7 tcg-sparc: Add %g/%o registers to alloc_order by Richard Henderson · 13 years ago
  57. 375816f tcg-sparc: Use defines for temporaries. by Richard Henderson · 13 years ago
  58. 1fd9594 tcg-sparc: Mask shift immediates to avoid illegal insns. by Richard Henderson · 13 years ago
  59. 4c3204c tcg-sparc: Clean up cruft stemming from attempts to use global registers. by Richard Henderson · 13 years ago
  60. 0c55416 tcg-sparc: Change AREG0 in generated code to %i0. by Richard Henderson · 13 years ago
  61. c6f7e4f tcg-sparc: Support GUEST_BASE. by Richard Henderson · 13 years ago
  62. a0ce341 tcg-sparc: Fix qemu_ld/st to handle 32-bit host. by Richard Henderson · 13 years ago
  63. 9b9c37c tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. by Richard Henderson · 13 years ago
  64. d5dd696 tcg-sparc: Don't MAP_FIXED on top of the program by Richard Henderson · 13 years ago
  65. a221ae3 tcg-sparc: Fix ADDX opcode. by Richard Henderson · 13 years ago
  66. 3ee60ad tcg-sparc: Hack in qemu_ld/st64 for 32-bit. by Richard Henderson · 13 years ago
  67. 62724cc linux-user: Use memcpy in get_user/put_user. by Richard Henderson · 13 years ago
  68. cfb75cb Merge branch 'usb.65' of git://git.kraxel.org/qemu by Aurelien Jarno · 13 years ago
  69. e55f523 tcg-hppa: Fix broken load/store helpers by Richard Henderson · 13 years ago
  70. c08d9ee tcg-hppa: Fix brcond2 and setcond2 by Richard Henderson · 13 years ago
  71. fe7e1d3 tcg: Fix !USE_DIRECT_JUMP by Richard Henderson · 13 years ago
  72. eca5c30 gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPES by Aurelien Jarno · 13 years ago
  73. 5d8f536 tcg: Optimize two-address commutative operations by Richard Henderson · 13 years ago
  74. fa01a20 tcg: Optimize movcond for constant comparisons by Richard Henderson · 13 years ago
  75. d0a1629 tcg-i386: Implement movcond by Richard Henderson · 13 years ago
  76. 57e289d target-alpha: Use movcond by Richard Henderson · 13 years ago
  77. ffc5ea0 tcg: Introduce movcond by Richard Henderson · 13 years ago
  78. 080df49 target-sh4: remove useless code by Aurelien Jarno · 13 years ago
  79. 7a64244 target-sh4: cleanup DisasContext by Aurelien Jarno · 13 years ago
  80. 1012740 target-sh4: rework exceptions handling by Aurelien Jarno · 13 years ago
  81. ed22e6f target-sh4: remove gen_clr_t() and gen_set_t() by Aurelien Jarno · 13 years ago
  82. c53b36d target-sh4: optimize swap.w by Aurelien Jarno · 13 years ago
  83. f16640f target-sh4: optimize xtrct by Aurelien Jarno · 13 years ago
  84. ad8d25a target-sh4: implement addv and subv using TCG by Aurelien Jarno · 13 years ago
  85. 22b88fd target-sh4: implement addc and subc using TCG by Aurelien Jarno · 13 years ago
  86. ff2086f target-sh4: use float32_muladd() to implement fmac by Aurelien Jarno · 13 years ago
  87. f8e7343 target-sh4: mark a few helpers const and pure by Aurelien Jarno · 13 years ago
  88. c26032b target-xtensa: don't emit extra tcg_gen_goto_tb by Max Filippov · 13 years ago
  89. f9cb504 target-xtensa: fix extui shift amount by Max Filippov · 13 years ago
  90. a255066 tcg/optimize: fix end of basic block detection by Aurelien Jarno · 13 years ago
  91. bd277fa target-mips: Implement Loongson Multimedia Instructions by Richard Henderson · 13 years ago
  92. fb7729e target-mips: Always evaluate debugging macro arguments by Richard Henderson · 13 years ago
  93. 9fa7748 target-mips: Fix MIPS_DEBUG. by Richard Henderson · 13 years ago
  94. e1050a7 target-mips: Set opn in gen_ldst_multiple. by Richard Henderson · 13 years ago
  95. eb99c9a hw/pflash_cfi0[12]: Use host-utils.h ctz32() by Peter Maydell · 13 years ago
  96. 262e1ea pflash_cfi01: fix vendor specific extended query by Aurelien Jarno · 13 years ago
  97. d104beb revert "TCG: fix copy propagation" by Aurelien Jarno · 13 years ago
  98. 332864b tcg: mark set_label with TCG_OPF_BB_END flag by Aurelien Jarno · 13 years ago
  99. 5c2d2a9 tcg/i386: allow constants in load/store ops by Aurelien Jarno · 13 years ago
  100. 8354cd7 xilinx_timer: Fix a compile error if debug enabled by Chris Wulff · 13 years ago