1. 7b6de33 m68k: Remove PCI and USB from config file by Thomas Huth · 8 years ago
  2. a45f176 target-m68k: Implement bfffo by Richard Henderson · 8 years ago
  3. f2224f2 target-m68k: Implement bitfield ops for memory by Richard Henderson · 8 years ago
  4. ac815f4 target-m68k: Implement bitfield ops for registers by Richard Henderson · 8 years ago
  5. b6af8ea Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging by Peter Maydell · 8 years ago
  6. fdbd92f Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20170112-1' into staging by Peter Maydell · 8 years ago
  7. 8417cd0 sdl2: fix build failure on windows by Gerd Hoffmann · 8 years ago
  8. b6c0897 Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2017-01-11-2' into staging by Peter Maydell · 8 years ago
  9. 80fbc68 Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170111-1' into staging by Peter Maydell · 8 years ago
  10. 8ed877b qmp: Report QOM type name on query-cpu-definitions by Eduardo Habkost · 8 years ago
  11. cdda201 numa: make -numa parser dynamically allocate CPUs masks by Igor Mammedov · 8 years ago
  12. 410e981 target/i386: Fix bad patch application to translate.c by Doug Evans · 8 years ago
  13. e1ff3c6 monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends by Igor Mammedov · 8 years ago
  14. 3a46410 monitor: reuse user_creatable_add_opts() instead of user_creatable_add() by Igor Mammedov · 8 years ago
  15. 4201e61 Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20170111-1' into staging by Peter Maydell · 8 years ago
  16. 8a00025 qom: remove unused header by Igor Mammedov · 8 years ago
  17. 0f2d17c Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170110' into staging by Peter Maydell · 8 years ago
  18. 204febd libqtest: handle zero length memwrite/memread by Greg Kurz · 8 years ago
  19. ae1a772 travis: add Trusty with clang stable build by Alex Bennée · 8 years ago
  20. d9a6b01 travis: trim out most clang builds by Daniel P. Berrange · 8 years ago
  21. 50788a3 target-tricore: Add updfl instruction by Bastian Koppelmann · 8 years ago
  22. dedd8c9 target-tricore: Added new JNE instruction variant by Peer Adelt · 9 years ago
  23. 550929d target-tricore: Added new MOV instruction variant by Peer Adelt · 9 years ago
  24. ddd7fea target-tricore: Added MADD.F and MSUB.F instructions by Bastian Koppelmann · 8 years ago
  25. 8f75983 target-tricore: Added FTOUZ instruction by Bastian Koppelmann · 8 years ago
  26. a2056e0 virtio-gpu: tag as not hotpluggable by Gerd Hoffmann · 8 years ago
  27. c84f0f2 virtio-gpu: Fix memory leak in virtio_gpu_load() by Peter Maydell · 8 years ago
  28. 039aa5d virtio-gpu: Recalculate VirtIOGPU::hostmem on VM load by Peter Maydell · 8 years ago
  29. 913a878 display: cirrus: ignore source pitch value as needed in blit_is_unsafe by Bruce Rogers · 8 years ago
  30. 85d9d04 virtio-gpu: fix information leak in capset get dispatch by Li Qiang · 8 years ago
  31. 11f547e es1370: wire up reset via DeviceClass by Gerd Hoffmann · 8 years ago
  32. 12351a9 audio: ac97: add exit function by Li Qiang · 8 years ago
  33. 069eb7b audio: es1370: add exit function by Li Qiang · 8 years ago
  34. 8becab9 hw/audio: QOM'ify pl041.c by xiaoqiang zhao · 8 years ago
  35. c025d0a hw/audio: QOM'ify marvell_88w8618.c by xiaoqiang zhao · 8 years ago
  36. 993508e tcg/i386: Handle ctpop opcode by Richard Henderson · 8 years ago
  37. 33e75fb tcg/ppc: Handle ctpop opcode by Richard Henderson · 8 years ago
  38. 14e9921 tcg: Use ctpop to generate ctz if needed by Richard Henderson · 8 years ago
  39. c3f8962 tests: New test-bitcnt by Alex Bennée · 8 years ago
  40. 7bdcecb qemu/host-utils.h: Reduce the operation count in the fallback ctpop by Richard Henderson · 8 years ago
  41. 4885c3c target-i386: Use ctpop helper by Richard Henderson · 8 years ago
  42. 3253cdd target-tilegx: Use ctpop helper by Richard Henderson · 8 years ago
  43. 08da318 target-sparc: Use ctpop helper by Richard Henderson · 8 years ago
  44. 250a87d target-s390x: Avoid a loop for popcnt by Richard Henderson · 8 years ago
  45. 7977000 target-ppc: Use ctpop helper by Richard Henderson · 8 years ago
  46. de26a58 target-alpha: Use ctpop helper by Richard Henderson · 8 years ago
  47. a768e4e tcg: Add opcode for ctpop by Richard Henderson · 8 years ago
  48. 3946c6a target-xtensa: Use clrsb helper by Richard Henderson · 8 years ago
  49. 1625694 target-tricore: Use clrsb helper by Richard Henderson · 8 years ago
  50. bc21dbc target-arm: Use clrsb helper by Richard Henderson · 8 years ago
  51. 086920c tcg: Add helpers for clrsb by Richard Henderson · 8 years ago
  52. 4ac7691 tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR by Richard Henderson · 8 years ago
  53. bbf25f9 tcg/i386: Handle ctz and clz opcodes by Richard Henderson · 8 years ago
  54. 6a5aed4 tcg/i386: Allow bmi2 shiftx to have non-matching operands by Richard Henderson · 8 years ago
  55. 42d5b51 tcg/i386: Hoist common arguments in tcg_out_op by Richard Henderson · 8 years ago
  56. cd26449 tcg/i386: Fuly convert tcg_target_op_def by Richard Henderson · 8 years ago
  57. ce41106 tcg/s390: Handle clz opcode by Richard Henderson · 8 years ago
  58. 2a1d9d4 tcg/mips: Handle clz opcode by Richard Henderson · 8 years ago
  59. cc0fec8 tcg/arm: Handle ctz and clz opcodes by Richard Henderson · 8 years ago
  60. 53c76c1 tcg/aarch64: Handle ctz and clz opcodes by Richard Henderson · 8 years ago
  61. d0b0748 tcg/ppc: Handle ctz and clz opcodes by Richard Henderson · 8 years ago
  62. e5143c9 target-i386: Use clz and ctz opcodes by Richard Henderson · 8 years ago
  63. 7539a01 target-arm: Use clz opcode by Richard Henderson · 8 years ago
  64. b79ea94 target-xtensa: Use clz opcode by Richard Henderson · 8 years ago
  65. 03a733d target-unicore32: Use clz opcode by Richard Henderson · 8 years ago
  66. 0efa820 target-tricore: Use clz opcode by Richard Henderson · 8 years ago
  67. c3aa369 target-tilegx: Use clz and ctz opcodes by Richard Henderson · 8 years ago
  68. 0f9712b target-s390x: Use clz opcode by Richard Henderson · 8 years ago
  69. 9b8514e target-ppc: Use clz and ctz opcodes by Richard Henderson · 8 years ago
  70. 555baef target-openrisc: Use clz and ctz opcodes by Richard Henderson · 8 years ago
  71. 1a0196c target-mips: Use clz opcode by Richard Henderson · 8 years ago
  72. 5318420 target-microblaze: Use clz opcode by Richard Henderson · 8 years ago
  73. 272694a target-cris: Use clz opcode by Richard Henderson · 8 years ago
  74. 881549d target-alpha: Use the ctz and clz opcodes by Richard Henderson · 8 years ago
  75. 8d8dd79 disas/ppc: Handle popcnt and cnttz by Richard Henderson · 8 years ago
  76. f7749a3 disas/i386.c: Handle tzcnt by Richard Henderson · 8 years ago
  77. 0e28d00 tcg: Add clz and ctz opcodes by Richard Henderson · 8 years ago
  78. 17280ff tcg: Allow an operand to be matching or a constant by Richard Henderson · 8 years ago
  79. 069ea73 tcg: Pass the opcode width to target_parse_constraint by Richard Henderson · 8 years ago
  80. f69d277 tcg: Transition flat op_defs array to a target callback by Richard Henderson · 8 years ago
  81. 82790a8 tcg: Add markup for output requires new register by Richard Henderson · 8 years ago
  82. 333b21b tcg/optimize: Fold movcond 0/1 into setcond by Richard Henderson · 8 years ago
  83. f6156b8 target-s390x: Use the new deposit and extract ops by Richard Henderson · 8 years ago
  84. 7b4d326 target-ppc: Use the new deposit and extract ops by Richard Henderson · 8 years ago
  85. 6eebb7a target-mips: Use the new extract op by Richard Henderson · 8 years ago
  86. 04fc2f1 target-i386: Use new deposit and extract ops by Richard Henderson · 8 years ago
  87. 59a71b4 target-arm: Use new deposit and extract ops by Richard Henderson · 8 years ago
  88. f49f1ae target-alpha: Use deposit and extract ops by Richard Henderson · 8 years ago
  89. 752b1be tcg/s390: Support deposit into zero by Richard Henderson · 8 years ago
  90. b0bf5fe tcg/s390: Implement field extraction opcodes by Richard Henderson · 8 years ago
  91. b2c98d9 tcg/s390: Expose host facilities to tcg-target.h by Richard Henderson · 8 years ago
  92. c05021c tcg/ppc: Implement field extraction opcodes by Richard Henderson · 8 years ago
  93. befbb3c tcg/mips: Implement field extraction opcodes by Richard Henderson · 8 years ago
  94. 78fdbfb tcg/i386: Implement field extraction opcodes by Richard Henderson · 8 years ago
  95. ec903af tcg/arm: Implement field extraction opcodes by Richard Henderson · 8 years ago
  96. 40b2ccb tcg/arm: Move isa detection to tcg-target.h by Richard Henderson · 8 years ago
  97. e2179f9 tcg/aarch64: Implement field extraction opcodes by Richard Henderson · 8 years ago
  98. 07cc68d tcg: Add deposit_z expander by Richard Henderson · 8 years ago
  99. 0d0d309 tcg: Minor adjustments to deposit expanders by Richard Henderson · 8 years ago
  100. 7ec8bab tcg: Add field extraction primitives by Richard Henderson · 8 years ago