1. d4446ea block: Remove bdrv_new() from bdrv_file_open() by Max Reitz · 11 years ago
  2. 5d12aa6 block: Reuse reference handling from bdrv_open() by Max Reitz · 11 years ago
  3. 2e40134 block: Make bdrv_file_open() static by Max Reitz · 11 years ago
  4. ddf5636 block: Add reference parameter to bdrv_open() by Max Reitz · 11 years ago
  5. f67503e block: Change BDS parameter of bdrv_open() to ** by Max Reitz · 11 years ago
  6. e6dc8a1 block: Fix bdrv_is_first_non_filter() by Kevin Wolf · 11 years ago
  7. a71835a qcow2: Set zero flag for discarded clusters by Kevin Wolf · 11 years ago
  8. 3e890c7 Merge remote-tracking branch 'remotes/stefanha/tags/qtest-monitor-process-pull-request' into staging by Peter Maydell · 11 years ago
  9. 7a87a7b Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 11 years ago
  10. e607784 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  11. 9bd9d5e Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging by Peter Maydell · 11 years ago
  12. 774d566 tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32) by Peter Maydell · 11 years ago
  13. 2ca92bb Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into staging by Peter Maydell · 11 years ago
  14. 3d2bb5c Merge remote-tracking branch 'remotes/rth/tcg-next' into staging by Peter Maydell · 11 years ago
  15. 61e8a92 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 11 years ago
  16. 4c0c9bb Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  17. 6d093a4 target-i386: Fix I/O bitmap checks for in/out by Kevin Wolf · 11 years ago
  18. b15d422 qtest: kill QEMU process on g_assert() failure by Stefan Hajnoczi · 11 years ago
  19. cef60c9 qtest: make QEMU our direct child process by Stefan Hajnoczi · 11 years ago
  20. 98f9e35 qtest: drop unused child_pid field by Stefan Hajnoczi · 11 years ago
  21. 69d4c70 linux-user: Fix error handling in target_to_host_semarray() by Peter Maydell · 11 years ago
  22. fff8c53 linux-user: Implement BLKPG ioctl by Andreas Färber · 11 years ago
  23. 94783de trace-events: Fix typo in "offset" by Kevin Wolf · 11 years ago
  24. 5d59fd9 Add ust generated files to .gitignore by Mohamad Gebai · 11 years ago
  25. ef3ef4a Update documentation for LTTng ust tracing by Mohamad Gebai · 11 years ago
  26. e6bf23f Adapt Makefiles to the new LTTng ust interface by Mohamad Gebai · 11 years ago
  27. 9530570 Modified the tracetool framework for LTTng 2.x by Mohamad Gebai · 11 years ago
  28. bf15f63 Fix configure script for LTTng 2.x by Mohamad Gebai · 11 years ago
  29. 501bb4b linux-user: Fix error handling in lock_iovec() by Peter Maydell · 11 years ago
  30. 3a5d30b linux-user/signal.c: Don't pass sigaction uninitialised sa_flags by Peter Maydell · 11 years ago
  31. 6afafa8 linux-user/elfload.c: Avoid calling g_free() on uninitialized data by Peter Maydell · 11 years ago
  32. 4fc4732 linux-user: sync syscall numbers upto 3.13 by Riku Voipio · 11 years ago
  33. d6bb65f xhci: use DPRINTF() instead of fprintf(stderr, ...) by Gerd Hoffmann · 11 years ago
  34. 4f9cc73 xhci: switch debug printf to tracepoint by Gerd Hoffmann · 11 years ago
  35. cc03ff9 xhci iso: allow for some latency by Gerd Hoffmann · 11 years ago
  36. 786ad21 xhci iso: fix time calculation by Gerd Hoffmann · 11 years ago
  37. c348e48 uhci: invalidate queue on device address changes by Gerd Hoffmann · 11 years ago
  38. f6969b9 xhci: fix overflow in usb_xhci_post_load by Gerd Hoffmann · 11 years ago
  39. bd93976 usb: Remove magic constants from device bmAttributes by Pantelis Koukousoulas · 11 years ago
  40. 91f32b0 qtest: Include system headers before user headers by Stefan Hajnoczi · 11 years ago
  41. 1094fd3 monitor: Add object_add class argument completion. by Hani Benhabiles · 11 years ago
  42. b48fa07 monitor: Add object_del id argument completion. by Hani Benhabiles · 11 years ago
  43. 992d3e6 monitor: Add device_add device argument completion. by Hani Benhabiles · 11 years ago
  44. fca72d9 monitor: Add device_del id argument completion. by Hani Benhabiles · 11 years ago
  45. 77d1c3c qmp: expose list of supported character device backends by Martin Kletzander · 11 years ago
  46. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  47. ff9ec34 QMP: allow JSON dict arguments in qmp-shell by Stefan Hajnoczi · 11 years ago
  48. dde3a21 hmp: migrate command (without -d) now blocks correctly by Soramichi AKIYAMA · 11 years ago
  49. 6399ab3 tcg/i386: Use SHLX/SHRX/SARX instructions by Richard Henderson · 11 years ago
  50. 9d2eec2 tcg/i386: Use ANDN instruction by Richard Henderson · 11 years ago
  51. ecc7e84 tcg/i386: Add tcg_out_vex_modrm by Richard Henderson · 11 years ago
  52. a1b29c9 tcg/i386: Move TCG_CT_CONST_* to tcg-target.c by Richard Henderson · 11 years ago
  53. 189f792 disas/i386: Disassemble ANDN/SHLX/SHRX/SHAX by Richard Henderson · 11 years ago
  54. 464a144 tcg/optimize: Add more identity simplifications by Richard Henderson · 11 years ago
  55. e64e958 tcg/optimize: Optmize ANDC X,Y,Y to MOV X,0 by Richard Henderson · 11 years ago
  56. e201b56 tcg/optimize: Simply some logical ops to NOT by Richard Henderson · 11 years ago
  57. 23ec69e tcg/optimize: Handle known-zeros masks for ANDC by Richard Henderson · 11 years ago
  58. c8d7027 tcg/optimize: add known-zero bits compute for load ops by Aurelien Jarno · 12 years ago
  59. f096dc9 tcg/optimize: improve known-zero bits for 32-bit ops by Aurelien Jarno · 12 years ago
  60. 3031244 tcg/optimize: fix known-zero bits optimization by Aurelien Jarno · 12 years ago
  61. e46b225 tcg/optimize: fix known-zero bits for right shift ops by Aurelien Jarno · 12 years ago
  62. 7a3a009 tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1]. by Huw Davies · 11 years ago
  63. 46eef33 Fix QEMU build on OpenBSD on x86 archs by Brad · 11 years ago
  64. f6aa2f7 TCG: Fix 32-bit host allocation typo by Richard Henderson · 11 years ago
  65. 0dbcf95 libvixl: fix 64bit constants usage by Michael Tokarev · 11 years ago
  66. 078a1c3 Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-15' into staging by Peter Maydell · 11 years ago
  67. 44e3a39 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  68. 90ce3d7 Merge remote-tracking branch 'remotes/jliu/or32-ld-st' into staging by Peter Maydell · 11 years ago
  69. a50f98b Merge remote-tracking branch 'remotes/jovanovic/mips-ufrp' into staging by Peter Maydell · 11 years ago
  70. 88c1ee7 char/serial: Fix emptyness check by Peter Crosthwaite · 11 years ago
  71. 5556332 gitignore: anchor all ignored names by Michael Tokarev · 11 years ago
  72. b33276a vl: trim includes by Michael Tokarev · 11 years ago
  73. 24c84e6 vl: remove old, long-unused defines by Michael Tokarev · 11 years ago
  74. 2624717 net: declare struct iovec in checksum.h to fix compiler warning by Michael Tokarev · 11 years ago
  75. 62dc90c linux-user: refactor do_socketcall() by Michael Tokarev · 11 years ago
  76. 21684af configure: add hints to a remedy for feature_not_found errors by Stewart Smith · 11 years ago
  77. 3f28182 configure: add hint of libfdt to DTC dependency not found message by Stewart Smith · 11 years ago
  78. c1570e2 sparc/leon3: Initialize stack pointer by Sebastian Huber · 11 years ago
  79. a63e5e0 misc: Fix case Qemu -> QEMU by Stefan Weil · 11 years ago
  80. e41b509 qapi: Refine human printing of sizes by Paolo Bonzini · 11 years ago
  81. 85ca120 qdev: Use QAPI type names for properties by Paolo Bonzini · 11 years ago
  82. 104059d qdev: Add enum property types to QAPI schema by Paolo Bonzini · 11 years ago
  83. f31c41f block: Handle "rechs" and "large" translation options by Paolo Bonzini · 11 years ago
  84. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  85. 515f234 qdev: Remove most legacy printers by Paolo Bonzini · 11 years ago
  86. dae3bda qdev: Use human mode in "info qtree" by Paolo Bonzini · 11 years ago
  87. 0b7593e qapi: Add human mode to StringOutputVisitor by Paolo Bonzini · 11 years ago
  88. 98a6528 qdev: Inline qdev_prop_parse() by Paolo Bonzini · 11 years ago
  89. 7ce7ffe qdev: Legacy properties are just strings by Paolo Bonzini · 11 years ago
  90. 03ff777 qdev: Legacy properties are now read-only by Paolo Bonzini · 11 years ago
  91. 9e4d962 qdev: Remove legacy parsers for hex8/32/64 by Paolo Bonzini · 11 years ago
  92. 7d92686 qdev: Sizes are now parsed by StringInputVisitor by Paolo Bonzini · 11 years ago
  93. a5829cc qapi: Add size parser to StringInputVisitor by Paolo Bonzini · 11 years ago
  94. 23802b4 qtest: Don't segfault with invalid -qtest option by Fam Zheng · 11 years ago
  95. 1f9c4cf ipack: Move IndustryPack out of hw/char/ by Andreas Färber · 12 years ago
  96. 08c9cac ipoctal232: QOM parent field cleanup by Andreas Färber · 12 years ago
  97. 227d327 ipack: QOM parent field cleanup for IPackDevice by Andreas Färber · 12 years ago
  98. a21ac34 ipack: QOM parent field cleanup for IPackBus by Andreas Färber · 12 years ago
  99. 5c57090 ipack: Convert to QOM realize by Andreas Färber · 12 years ago
  100. 3714682 tests: Add ipoctal232 qtest by Andreas Färber · 11 years ago