1. 6265c43 doc: Fill some option doc gaps in manual page and qemu-doc by Markus Armbruster · 12 years ago
  2. b8f490e doc: Fix some option entries in qemu-doc's function index by Markus Armbruster · 12 years ago
  3. 31e70d6 help: Drop bogus help on -qtest and -qtest-log by Markus Armbruster · 12 years ago
  4. c538ca6 isa: Split off instance_init for ISADevice by Andreas Färber · 12 years ago
  5. 872536b qtest: Add MMIO support by Andreas Färber · 12 years ago
  6. b73cf9e libqtest: Introduce qtest_qmpv() and convert remaining macro by Andreas Färber · 12 years ago
  7. 6acf801 libqtest: Convert macros to functions and clean up documentation by Andreas Färber · 12 years ago
  8. 3c3adde Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  9. f4c0f98 tests: Add unit tests for mulu64 and muls64 by Richard Henderson · 12 years ago
  10. ff7a1eb host-utils: Improve mulu64 and muls64 by Richard Henderson · 12 years ago
  11. f540166 host-utils: Use __int128_t for mul[us]64 by Richard Henderson · 12 years ago
  12. be96bd3 tcg/ppc: Fix build of tcg_qemu_tb_exec() by Andreas Färber · 12 years ago
  13. 05499f4 target-sparc: Fix debug output for DEBUG_MMU by Andreas Färber · 12 years ago
  14. 2d64255 target-i386: Split command line parsing out of cpu_x86_register() by Andreas Färber · 12 years ago
  15. 5c3c6a6 target-i386: Move cpu_x86_init() by Andreas Färber · 12 years ago
  16. 0203f86 target-lm32: Drop unused cpu_lm32_close() prototype by Andreas Färber · 12 years ago
  17. 0dac845 target-s390x: Drop unused cpu_s390x_close() prototype by Andreas Färber · 12 years ago
  18. 5353d03 spapr_hcall: Replace open-coded CPU loop with qemu_get_cpu() by Andreas Färber · 12 years ago
  19. 912ebe1 ppce500_spin: Replace open-coded CPU loop with qemu_get_cpu() by Andreas Färber · 12 years ago
  20. 440c815 e500: Replace open-coded loop with qemu_get_cpu() by Andreas Färber · 12 years ago
  21. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  22. 907a5e3 cputlb: Pass CPUState to cpu_unlink_tb() by Andreas Färber · 12 years ago
  23. d77953b cpu: Move current_tb field to CPUState by Andreas Färber · 12 years ago
  24. fcd7d00 cpu: Move exit_request field to CPUState by Andreas Färber · 12 years ago
  25. 0315c31 cpu: Move running field to CPUState by Andreas Färber · 12 years ago
  26. 0d34282 cpu: Move host_tid field to CPUState by Andreas Färber · 12 years ago
  27. 6ae064f target-cris: Introduce CRISCPU subclasses by Andreas Färber · 12 years ago
  28. cb3fb38 target-m68k: Pass M68kCPU to m68k_set_irq_level() by Andreas Färber · 12 years ago
  29. 9a6ee9f mcf_intc: Pass M68kCPU to mcf_intc_init() by Andreas Färber · 12 years ago
  30. 4025cfd mcf5206: Pass M68kCPU to mcf5206_init() by Andreas Färber · 12 years ago
  31. c7937d9 target-m68k: Return M68kCPU from cpu_m68k_init() by Andreas Färber · 12 years ago
  32. f3273ba ppc405_uc: Pass PowerPCCPU to ppc40x_{core,chip,system}_reset() by Andreas Färber · 12 years ago
  33. 25733ea target-xtensa: Move TCG initialization to XtensaCPU initfn by Andreas Färber · 12 years ago
  34. d9c27f0 target-unicore32: Move TCG initialization to UniCore32CPU initfn by Andreas Färber · 12 years ago
  35. 5266d20 target-sparc: Move TCG initialization to SPARCCPU initfn by Andreas Färber · 12 years ago
  36. aa7408e target-sh4: Move TCG initialization to SuperHCPU initfn by Andreas Färber · 12 years ago
  37. 2b7ac76 target-s390x: Move TCG initialization to S390CPU initfn by Andreas Färber · 12 years ago
  38. 60925d2 target-ppc: Move TCG initialization to PowerPCCPU initfn by Andreas Färber · 12 years ago
  39. 78ce64f target-mips: Move TCG initialization to MIPSCPU initfn by Andreas Färber · 12 years ago
  40. cd0c24f target-microblaze: Move TCG initialization to MicroBlazeCPU initfn by Andreas Färber · 12 years ago
  41. 1cc8961 target-m68k: Move TCG initialization to M68kCPU initfn by Andreas Färber · 12 years ago
  42. 868e282 target-lm32: Move TCG initialization to LM32CPU initfn by Andreas Färber · 12 years ago
  43. d1a94fe target-cris: Move TCG initialization to CRISCPU initfn by Andreas Färber · 12 years ago
  44. 79614b7 target-arm: Move TCG initialization to ARMCPU initfn by Andreas Färber · 12 years ago
  45. 5f6c964 target-xtensa: Introduce QOM realizefn for XtensaCPU by Andreas Färber · 12 years ago
  46. 088383e target-unicore32: Introduce QOM realizefn for UniCore32CPU by Andreas Färber · 12 years ago
  47. b6e91eb target-sparc: Introduce QOM realizefn for SPARCCPU by Andreas Färber · 12 years ago
  48. 55acb58 target-sh4: Introduce QOM realizefn for SuperHCPU by Andreas Färber · 13 years ago
  49. 1f13663 target-s390x: Introduce QOM realizefn for S390CPU by Andreas Färber · 12 years ago
  50. c1caf1d target-mips: Introduce QOM realizefn for MIPSCPU by Andreas Färber · 12 years ago
  51. 746b03b target-microblaze: Introduce QOM realizefn for MicroBlazeCPU by Andreas Färber · 12 years ago
  52. 6d1bbc6 target-m68k: Introduce QOM realizefn for M68kCPU by Andreas Färber · 12 years ago
  53. 9c23169 target-lm32: Introduce QOM realizefn for LM32CPU by Andreas Färber · 12 years ago
  54. ca45f8b target-cris: Introduce QOM realizefn for CRISCPU by Andreas Färber · 12 years ago
  55. 4776ce6 target-ppc: Update PowerPCCPU to QOM realizefn by Andreas Färber · 12 years ago
  56. c296262 target-openrisc: Update OpenRISCCPU to QOM realizefn by Andreas Färber · 12 years ago
  57. 2b6f294 target-i386: Update X86CPU to QOM realizefn by Andreas Färber · 12 years ago
  58. 1496926 target-arm: Update ARMCPU to QOM realizefn by Andreas Färber · 12 years ago
  59. bd1b282 target-alpha: Update AlphaCPU to QOM realizefn by Andreas Färber · 12 years ago
  60. 4f65809 cpu: Prepare QOM realizefn by Andreas Färber · 12 years ago
  61. 453776e bitops: Remove routines redundant with host-utils by Richard Henderson · 12 years ago
  62. 0f9d8bd bitops: Replace bitops_ctol with ctzl by Richard Henderson · 12 years ago
  63. 4932398 bitops: Inline bitops_flsl by Richard Henderson · 12 years ago
  64. 14e5342 target-i386: Inline bitops_flsl by Richard Henderson · 12 years ago
  65. 0cfa6ad bitops: Write bitops_flsl in terms of clzl by Richard Henderson · 12 years ago
  66. 5bbf90b memory: Use non-bitops ctzl by Richard Henderson · 12 years ago
  67. 265ce4a bitops: Use non-bitops ctzl by Richard Henderson · 12 years ago
  68. 18331e7 hbitmap: Use non-bitops ctzl by Richard Henderson · 12 years ago
  69. 72d8115 host-utils: Fix coding style and add comments by Richard Henderson · 12 years ago
  70. 0165437 host-utils: Add host long specific aliases for clz, ctz, ctpop by Richard Henderson · 12 years ago
  71. 38dad9e qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_items by Peter Maydell · 12 years ago
  72. b946bff cpus.c: Drop unnecessary set_cpu_log() by Peter Maydell · 12 years ago
  73. 24537a0 qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log by Peter Maydell · 12 years ago
  74. 4fde1eb qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask by Peter Maydell · 12 years ago
  75. 59a6fa6 qemu-log: Abstract out "print usage message about valid log categories" by Peter Maydell · 12 years ago
  76. 9a7e542 qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename by Peter Maydell · 12 years ago
  77. 5e5f07e TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx by Evgeny Voevodin · 12 years ago
  78. 0b0d332 TCG: Final globals clean-up by Evgeny Voevodin · 12 years ago
  79. 2742f56 Open up 1.5 development tree by Anthony Liguori · 12 years ago
  80. 03e94e3 Update VERSION for release by Anthony Liguori · 12 years ago
  81. 571f65e Update VERSION of release by Anthony Liguori · 12 years ago
  82. 7165236 Revert "Update OpenBIOS images" by Alexander Graf · 12 years ago
  83. 9893c80 cadance_uart: Accept input after rx FIFO pop by Peter Crosthwaite · 12 years ago
  84. 8a8f584 block/curl: only restrict protocols with libcurl>=7.19.4 by Stefan Hajnoczi · 12 years ago
  85. d36b2b9 qapi: Flatten away ChardevPort by Markus Armbruster · 12 years ago
  86. d037d6b chardev: Fix manual page and qemu-doc for -chardev tty by Markus Armbruster · 12 years ago
  87. cc2a904 net: Avoid NULL function pointer dereference on cleanup by Andreas Färber · 12 years ago
  88. 91b0a8f s390: Fix handling of iscs. by Cornelia Huck · 12 years ago
  89. bd9a8d8 s390: Keep I/O interrupts enabled for all iscs. by Cornelia Huck · 12 years ago
  90. 760794f s390/sclpconsole: prevent char layer callback during initialization by Christian Borntraeger · 12 years ago
  91. 7ce4106 xilinx.h: s/xilinx_axiethernetdma()/xilinx_axidma() by Peter Crosthwaite · 12 years ago
  92. dada5c7 xilinx.h: Dont qdev_create from ethernet_create() by Peter Crosthwaite · 12 years ago
  93. 0231ed4 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  94. 6aaa9da block-migration: fix pending() and iterate() return values by Stefan Hajnoczi · 12 years ago
  95. ad55ab4 migration: make qemu_ftell() public and support writable files by Stefan Hajnoczi · 12 years ago
  96. 4a0e671 trace: deal with deprecated glib thread functions by Stefan Hajnoczi · 12 years ago
  97. 30d9408 trace: use glib atomic int types by Stefan Hajnoczi · 12 years ago
  98. 33ccf66 Revert "block/vpc: Fix size calculation" by Stefan Hajnoczi · 12 years ago
  99. da888d3 block/raw-posix: detect readonly Linux block devices using BLKROGET by Stefan Hajnoczi · 12 years ago
  100. 03ec2f8 hw/m25p80.c: add WRSR(0x01) support by Kuo-Jung Su · 12 years ago