1. b465785 qemu-io: delete bs instead of leaking it by Stefan Hajnoczi · 13 years ago
  2. c95de7e block: fix qcow2_co_flush deadlock by Dong Xu Wang · 13 years ago
  3. 08ae330 Documentation: Describe NBD URL syntax by Ronnie Sahlberg · 13 years ago
  4. 93897b9 vmdk: Fix possible segfaults by Kevin Wolf · 13 years ago
  5. 99f1835 vmdk: Improve error handling by Kevin Wolf · 13 years ago
  6. bac8d7b vmdk: Fix use of uninitialised value by Kevin Wolf · 13 years ago
  7. fb60105 ide: Fix off-by-one error in array index check by Kevin Wolf · 13 years ago
  8. 64ebe71 qcow: Fix bdrv_write_compressed error handling by Kevin Wolf · 13 years ago
  9. 2b57281 block: Fix bdrv_open use after free by Kevin Wolf · 13 years ago
  10. 3574c60 block: Remove dead code by Kevin Wolf · 13 years ago
  11. 3789985 qcow2: fix some errors and typo in qcow2.txt by Zhi Yong Wu · 13 years ago
  12. c794b4e Teach block/vdi about "discarded" (no longer allocated) blocks by Eric Sunshine · 13 years ago
  13. 0f5314a Documentation: Add iSCSI section by Ronnie Sahlberg · 13 years ago
  14. c589b24 iSCSI block driver by Ronnie Sahlberg · 13 years ago
  15. b5a12aa Merge branch 'rth/vis2' of git://repo.or.cz/qemu/rth by Blue Swirl · 13 years ago
  16. 9f60639 Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm by Andrzej Zaborowski · 13 years ago
  17. 50c796f target-sparc: Implement FALIGNDATA inline. by Richard Henderson · 13 years ago
  18. 793a137 target-sparc: Implement BMASK/BSHUFFLE. by Richard Henderson · 13 years ago
  19. add545a target-sparc: Implement ALIGNADDR* inline. by Richard Henderson · 13 years ago
  20. 6c07355 target-sparc: Implement EDGE* instructions. by Richard Henderson · 13 years ago
  21. 2dedf31 target-sparc: Implement fpack{16,32,fix}. by Richard Henderson · 13 years ago
  22. f888300 target-sparc: Implement PDIST. by Richard Henderson · 13 years ago
  23. 4451677 target-sparc: Do exceptions management fully inside the helpers. by Richard Henderson · 13 years ago
  24. 30038fd target-sparc: Change fpr representation to doubles. by Richard Henderson · 13 years ago
  25. 45c7b74 target-sparc: Undo cpu_fpr rename. by Richard Henderson · 13 years ago
  26. ac11f77 target-sparc: Extract float128 move to a function. by Richard Henderson · 13 years ago
  27. 61f17f6 target-sparc: Extract common code for floating-point operations. by Richard Henderson · 13 years ago
  28. f027c3b target-sparc: Make FPU/VIS helpers const when possible. by Richard Henderson · 13 years ago
  29. 03fb8cf target-sparc: Pass float64 parameters instead of dt0/1 temporaries. by Richard Henderson · 13 years ago
  30. 96eda02 target-sparc: Add accessors for double-precision fpr access. by Richard Henderson · 13 years ago
  31. 141ae5c target-sparc: Mark fprs dirty in store accessor. by Richard Henderson · 13 years ago
  32. 208ae65 target-sparc: Add accessors for single-precision fpr access. by Richard Henderson · 13 years ago
  33. fafd8bc Sparc: split load and store op helpers by Blue Swirl · 14 years ago
  34. 870be6a Sparc: convert win_helper to trace framework by Blue Swirl · 14 years ago
  35. 11e66bc Sparc: convert interrupt helpers to trace framework by Blue Swirl · 14 years ago
  36. ec0ceb1 Sparc: convert mmu_helper to trace framework by Blue Swirl · 14 years ago
  37. 163fa5c Sparc: split MMU helpers by Blue Swirl · 14 years ago
  38. b7da25f Sparc: fix coding style in helper.c by Blue Swirl · 14 years ago
  39. 7a5e448 Sparc: avoid AREG0 for division op helpers by Blue Swirl · 14 years ago
  40. 7922703 Sparc: avoid AREG0 for softint op helpers and Leon cache control by Blue Swirl · 14 years ago
  41. 063c367 Sparc: avoid AREG0 for CWP and PSTATE helpers by Blue Swirl · 14 years ago
  42. e86d9b1 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  43. 0ec024f main-loop: Add missing include file by Stefan Weil · 13 years ago
  44. d300854 target-sparc: Fix use of g_new0 / g_free by Stefan Weil · 13 years ago
  45. f37e2a6 target-sparc: Fix order of function parameters by Stefan Weil · 13 years ago
  46. ba43d28 hda: do not mix output and input stream states, RHBZ #740493 by Marc-André Lureau · 13 years ago
  47. 36ac4ad hda: do not mix output and input streams, RHBZ #740493 by Marc-André Lureau · 13 years ago
  48. 952e849 Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging by Anthony Liguori · 13 years ago
  49. db418a0 Add stdio char device on windows by Fabien Chouteau · 13 years ago
  50. 070af38 Sparc: split CWP and PSTATE op helpers by Blue Swirl · 14 years ago
  51. 2ffd917 Sparc: avoid AREG0 for lazy condition code helpers by Blue Swirl · 14 years ago
  52. cffc581 Sparc: split lazy condition code handling op helpers by Blue Swirl · 14 years ago
  53. 2e2f4ad Sparc: avoid AREG0 for float and VIS ops by Blue Swirl · 14 years ago
  54. 1bccec2 Sparc: split FPU and VIS op helpers by Blue Swirl · 14 years ago
  55. 99ca021 Sparc: fix coding style by Blue Swirl · 14 years ago
  56. bc26531 Sparc: avoid AREG0 for raise_exception and helper_debug by Blue Swirl · 14 years ago
  57. 2336c1f Sparc: move trivial functions from op_helper.c by Blue Swirl · 14 years ago
  58. ab3b491 Sparc: split helper.c by Blue Swirl · 14 years ago
  59. c65f6fd Sparc: fix coding style by Blue Swirl · 14 years ago
  60. b1f8830 m48t59: fix write access by Blue Swirl · 13 years ago
  61. 0fb56ff m48t59: drop obsolete address base arithmetic by Blue Swirl · 13 years ago
  62. 52ce6f0 pci_bridge: fix typo by Blue Swirl · 13 years ago
  63. 9943590 simplify main loop functions by Paolo Bonzini · 14 years ago
  64. be08e65 Revert to a hand-made select loop by Paolo Bonzini · 14 years ago
  65. d3b12f5 main-loop: create main-loop.c by Paolo Bonzini · 14 years ago
  66. 44a9b35 main-loop: create main-loop.h by Paolo Bonzini · 14 years ago
  67. fbdc14e qemu-timer: do not use RunState change handlers by Paolo Bonzini · 13 years ago
  68. 2ff68d0 qemu-timer: move more stuff out of qemu-timer.c by Paolo Bonzini · 14 years ago
  69. 4260a73 qemu-timer: use atexit for quit_timers by Paolo Bonzini · 13 years ago
  70. a5c57d6 qemu-timer: do not refer to runstate_is_running() by Paolo Bonzini · 14 years ago
  71. 946fb27 qemu-timer: move icount to cpus.c by Paolo Bonzini · 14 years ago
  72. dc2dfcf qemu-timer: more clock functions by Paolo Bonzini · 14 years ago
  73. f3fc6e2 qemu-timer: move common code to qemu_rearm_alarm_timer by Paolo Bonzini · 14 years ago
  74. 688eb38 qemu-timer: remove active_timers array by Paolo Bonzini · 14 years ago
  75. 0abc271 remove unused function by Paolo Bonzini · 14 years ago
  76. 7f84c12 compatfd.c: Don't pass NULL pointer to SYS_signalfd by Peter Maydell · 13 years ago
  77. 1386d4c linux-user: Fix broken "-version" option by Peter Maydell · 13 years ago
  78. 6db39ae block: change discard to co_discard by Paolo Bonzini · 13 years ago
  79. 8b94ff8 block: change flush to co_flush by Paolo Bonzini · 13 years ago
  80. e183ef7 block: take lock around bdrv_write implementations by Paolo Bonzini · 13 years ago
  81. 2914caa block: take lock around bdrv_read implementations by Paolo Bonzini · 13 years ago
  82. 848c66e block: add a CoMutex to synchronous read drivers by Paolo Bonzini · 13 years ago
  83. bae0a0c vmdk: clean up open by Paolo Bonzini · 13 years ago
  84. 588b65a vmdk: fix return values of vmdk_parent_open by Paolo Bonzini · 13 years ago
  85. 34d4260 pc: Fix floppy drives with if=none by Kevin Wolf · 13 years ago
  86. 8f1efd0 qcow2: Fix bdrv_write_compressed error handling by Kevin Wolf · 13 years ago
  87. 41521fa qemu-img: Don't allow preallocation and compression at the same time by Kevin Wolf · 13 years ago
  88. a18e67f fdc: Fix floppy port I/O by Kevin Wolf · 13 years ago
  89. 4265d62 block: add bdrv_co_discard and bdrv_aio_discard support by Paolo Bonzini · 13 years ago
  90. 6f6dc65 block: drop redundant bdrv_flush implementation by Stefan Hajnoczi · 13 years ago
  91. 07f0761 block: unify flush implementations by Paolo Bonzini · 13 years ago
  92. 5cce43b xen_disk: Always set feature-barrier = 1 by Kevin Wolf · 13 years ago
  93. b1b1dad fix memory leak in aio_write_f by Alex Jia · 13 years ago
  94. 35246a6 block: rename bdrv_co_rw_bh by Paolo Bonzini · 13 years ago
  95. 154b9a0 add socket_set_block by Paolo Bonzini · 13 years ago
  96. d8716b4 sheepdog: add coroutine_fn markers by Paolo Bonzini · 13 years ago
  97. c2e2343 hw/arm_gic.c: Fix save/load of irq_target array by Dmitry Koshelev · 13 years ago
  98. f45b885 hw/omap2: Wire up the IRQ for the 2430's fifth GPIO module by Peter Maydell · 13 years ago
  99. c76eaf1 hw/9pfs: Fix broken compilation caused by wrong trace events by Stefan Weil · 13 years ago
  100. 12b1de3 target-arm: Fix use of free() in cpu_arm_close() by Andreas Färber · 13 years ago