1. f99b4b5 iotests: Drop Python version from 065's Shebang by Max Reitz · 11 years ago
  2. ea81ca9 iotests: Use $PYTHON for Python scripts by Max Reitz · 11 years ago
  3. 7fed1a4 iotests: Source common.env by Max Reitz · 11 years ago
  4. 76c7560 configure: Enable out-of-tree iotests by Max Reitz · 11 years ago
  5. e8f8624 iotests: Allow out-of-tree run by Max Reitz · 11 years ago
  6. 6b8aeca block.c: Don't return success for bdrv_append_temp_snapshot() failure by Chen Gang · 11 years ago
  7. d88964a qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode. by Benoît Canet · 11 years ago
  8. 09158f0 block: Add replaces argument to drive-mirror by Benoît Canet · 11 years ago
  9. 823c686 blockjob: Fix recent BLOCK_JOB_ERROR regression by Markus Armbruster · 11 years ago
  10. 518848a blockjob: Fix recent BLOCK_JOB_READY regression by Markus Armbruster · 11 years ago
  11. d64c60a virtio-blk: Rename complete_request_early to complete_request_vring by Fam Zheng · 11 years ago
  12. b002254 virtio-blk: Unify {non-,}dataplane's request handlings by Fam Zheng · 11 years ago
  13. 4407c1c virtio-blk: Schedule BH in the right context by Fam Zheng · 11 years ago
  14. fee65db virtio-blk: Export request handling functions to dataplane by Fam Zheng · 11 years ago
  15. bf4bd46 virtio-blk: Make request completion function virtual by Fam Zheng · 11 years ago
  16. 13344f3 block: acquire AioContext in qmp_query_blockstats() by Stefan Hajnoczi · 11 years ago
  17. ac46821 block: make bdrv_query_stats() static by Stefan Hajnoczi · 11 years ago
  18. ee17e84 virtio-blk: Fix and clean up the in_sg and out_sg check by Fam Zheng · 11 years ago
  19. ab2e3cd virtio-blk: Fill in VirtIOBlockReq.out in dataplane code by Fam Zheng · 11 years ago
  20. 827805a virtio-blk: Convert VirtIOBlockReq.out to structrue by Fam Zheng · 11 years ago
  21. eddb102 virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr by Fam Zheng · 11 years ago
  22. 04af2d7 virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq by Fam Zheng · 11 years ago
  23. 98e2d49 virtio-blk: Drop VirtIOBlockRequest.read by Fam Zheng · 11 years ago
  24. 0bcb344 virtio-blk: Drop bounce buffer from dataplane code by Fam Zheng · 11 years ago
  25. 671ec3f virtio-blk: Convert VirtIOBlockReq.elem to pointer by Fam Zheng · 11 years ago
  26. 09f6458 virtio-blk: Move VirtIOBlockReq to header by Fam Zheng · 11 years ago
  27. 4c828dc block: Add node-name argument to drive-mirror by Benoît Canet · 11 years ago
  28. cf29a57 quorum: Add the rewrite-corrupted parameter to quorum by Benoît Canet · 11 years ago
  29. d1fde4a block: add qemu-iotest for resize base during live commit by Jeff Cody · 11 years ago
  30. 9c75e16 block: check for RESIZE blocker in the QMP command, not bdrv_truncate() by Jeff Cody · 11 years ago
  31. a760715 qemu_opts_append: Play nicely with QemuOptsList's head by Michal Privoznik · 11 years ago
  32. 20cca27 block: Remove a special case for protocols by Kevin Wolf · 11 years ago
  33. 8ee79e7 block: Catch backing files assigned to non-COW drivers by Kevin Wolf · 11 years ago
  34. 76c591b block: Remove second bdrv_open() recursion by Kevin Wolf · 11 years ago
  35. b348f33 block: Inline bdrv_file_open() by Kevin Wolf · 11 years ago
  36. f4788ad block: Use common driver selection code for bdrv_open_file() by Kevin Wolf · 11 years ago
  37. 17b005f block: Always pass driver name through options QDict by Kevin Wolf · 11 years ago
  38. 5e5c4f6 block: Move json: parsing to bdrv_fill_options() by Kevin Wolf · 11 years ago
  39. 462f5bc block: Move bdrv_fill_options() call to bdrv_open() by Kevin Wolf · 11 years ago
  40. f54120f block: Create bdrv_fill_options() by Kevin Wolf · 11 years ago
  41. f42ca3c block/nfs: add knob to set readahead by Peter Lieven · 11 years ago
  42. 7c24384 block/nfs: fix url parameter checking by Peter Lieven · 11 years ago
  43. 3b9f27d qemu-iotests: Test 0-length image for mirror by Fam Zheng · 11 years ago
  44. 8b9a30c qemu-iotests: Test BLOCK_JOB_READY event for 0Kb image active commit by Fam Zheng · 11 years ago
  45. 9e48b02 mirror: Go through ready -> complete process for 0 len image by Fam Zheng · 11 years ago
  46. dc71ce4 blockjob: Add block_job_yield() by Fam Zheng · 11 years ago
  47. 2b5b7ae Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-24' into staging by Peter Maydell · 11 years ago
  48. d535508 Add support for the arm breakpoint syscall by Hunter Laux · 11 years ago
  49. 5f22b05 Increase maximum number of session of the internal TFTP server. by Bernhard Übelacker · 11 years ago
  50. 55818ad target-s390x: Remove unused ld_code6() function by Peter Maydell · 11 years ago
  51. 64e64ef hw/moxie/moxiesim.c: Remove unused moxie_intc_create() by Peter Maydell · 11 years ago
  52. 25b93db target-unicore: Remove unused functions by Peter Maydell · 11 years ago
  53. 0d65942 build-sys: introduce install-prog macro to install&strip binaries and use it by Michael Tokarev · 11 years ago
  54. 4196dca tcg: mark tcg_out* and tcg_patch* with attribute 'unused' by Peter Maydell · 11 years ago
  55. feced89 rng-random: NULL check not needed before g_free() by Eduardo Habkost · 11 years ago
  56. 5db97df block.c: Remove useless 'buf' variable by Chen Gang · 11 years ago
  57. 18b1afa vscclient: Add required headers to fix build on FreeBSD by Ed Maste · 11 years ago
  58. 0211b5c target-ppc: Fix compiler warning by Stefan Weil · 11 years ago
  59. e91c793 configure: Enable TPM by default, add --disable-tpm by Cole Robinson · 11 years ago
  60. 5d831be Fix new typos (found by codespell) by Stefan Weil · 11 years ago
  61. 10358b6 virtio-serial: remove useless set_config function by Paolo Bonzini · 11 years ago
  62. 513d80e Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' into staging by Peter Maydell · 11 years ago
  63. 089a394 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  64. 27acb9d Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  65. 7ba4897 Merge remote-tracking branch 'remotes/rth/tcg-ppc-merge-1' into staging by Peter Maydell · 11 years ago
  66. 4ea7df4 vmstate: Refactor & increase tests for primitive types by Juan Quintela · 11 years ago
  67. 13cde50 vmstate: Return error in case of error by Juan Quintela · 11 years ago
  68. 25feab2 migration: Remove unneeded minimum_version_id_old by Juan Quintela · 11 years ago
  69. 38ef86b tests: vmstate static checker: add size mismatch inside substructure by Amit Shah · 11 years ago
  70. af3713f tests: vmstate static checker: add substructure for usb-kbd for hid section by Amit Shah · 11 years ago
  71. c7173a9 tests: vmstate static checker: remove Subsections by Amit Shah · 11 years ago
  72. aa2a12b tests: vmstate static checker: remove a subsection by Amit Shah · 11 years ago
  73. b5968f0 tests: vmstate static checker: remove Description inside Fields by Amit Shah · 11 years ago
  74. ff29b85 tests: vmstate static checker: remove Description by Amit Shah · 11 years ago
  75. 083bac3 tests: vmstate static checker: remove Fields by Amit Shah · 11 years ago
  76. 1d681c7 tests: vmstate static checker: change description name by Amit Shah · 11 years ago
  77. fd52ffb tests: vmstate static checker: remove last field in a struct by Amit Shah · 11 years ago
  78. 55e8e0e tests: vmstate static checker: remove a field by Amit Shah · 11 years ago
  79. ab99bdb tests: vmstate static checker: remove a section by Amit Shah · 11 years ago
  80. 7daa3d7 tests: vmstate static checker: minimum_version_id check by Amit Shah · 11 years ago
  81. 4efa6e1 tests: vmstate static checker: version mismatch inside a Description by Amit Shah · 11 years ago
  82. a81d3fa tests: vmstate static checker: add version error in main section by Amit Shah · 11 years ago
  83. bc178dc tests: vmstate static checker: incompat machine types by Amit Shah · 11 years ago
  84. a10413e tests: vmstate static checker: add dump1 and dump2 files by Amit Shah · 11 years ago
  85. 426d1d0 vmstate-static-checker: script to validate vmstate changes by Amit Shah · 11 years ago
  86. abfd9ce migration: dump vmstate info as a json file for static analysis by Amit Shah · 11 years ago
  87. e325b49 rdma: bug fixes by Michael R. Hines · 11 years ago
  88. 9f86268 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140623-2' into staging by Peter Maydell · 11 years ago
  89. d622cb5 monitor: protect event emission by Paolo Bonzini · 11 years ago
  90. 6cff3e8 monitor: protect outbuf and mux_out with mutex by Paolo Bonzini · 11 years ago
  91. 9005b2a qemu-char: make writes thread-safe by Paolo Bonzini · 11 years ago
  92. 1bb7fe7 qemu-char: move pty_chr_update_read_handler around by Paolo Bonzini · 11 years ago
  93. 6975b71 qemu-char: do not call chr_write directly by Paolo Bonzini · 11 years ago
  94. db39fcf qemu-char: introduce qemu_chr_alloc by Paolo Bonzini · 11 years ago
  95. 7517517 qapi event: clean up by Wenchao Xia · 11 years ago
  96. fe069d9 qapi event: convert QUORUM events by Wenchao Xia · 11 years ago
  97. 3a44969 qapi event: convert GUEST_PANICKED by Wenchao Xia · 11 years ago
  98. aef9d31 qapi event: convert BALLOON_CHANGE by Wenchao Xia · 11 years ago
  99. 5f41fbb qmp: convert ACPI_DEVICE_OST event by Igor Mammedov · 11 years ago
  100. 7cfadb6 qapi event: convert SPICE events by Wenchao Xia · 11 years ago