1. 7f02784 qstring: Make conversion from QObject * accept null by Markus Armbruster · 9 years ago
  2. fcf73f6 qfloat qint: Make conversion from QObject * accept null by Markus Armbruster · 9 years ago
  3. 14b6160 qbool: Make conversion from QObject * accept null by Markus Armbruster · 9 years ago
  4. be4b67b blockdev: Allow creation of BDS trees without BB by Max Reitz · 9 years ago
  5. f709623 block: Remove host floppy support by Max Reitz · 9 years ago
  6. f169f8f qapi: add missing @ by Marc-André Lureau · 9 years ago
  7. 4677bb4 utils: rename strtosz to use qemu prefix by Marc-André Lureau · 10 years ago
  8. 1a9a507 qapi-introspect: Hide type names by Markus Armbruster · 10 years ago
  9. 39a1815 qapi: New QMP command query-qmp-schema for QMP introspection by Markus Armbruster · 10 years ago
  10. 28770e0 qapi: Introduce a first class 'any' type by Markus Armbruster · 10 years ago
  11. 6c2f9a1 qapi: Make output visitor return qnull() instead of NULL by Markus Armbruster · 10 years ago
  12. a090187 crypto: introduce new base module for TLS credentials by Daniel P. Berrange · 10 years ago
  13. 279621c qcow2: add option to clean unused cache entries after some time by Alberto Garcia · 10 years ago
  14. 38e20ca qapi/qmp-event.c: Don't manually include os-win32.h/os-posix.h by Peter Maydell · 10 years ago
  15. 598cd2b migration: create migration event by Juan Quintela · 10 years ago
  16. 0fc9f8e qmp: Add optional bool "unmap" to drive-mirror by Fam Zheng · 10 years ago
  17. 4b80ab2 qapi: Rename 'dirty-bitmap' mode to 'incremental' by John Snow · 10 years ago
  18. 58e8b33 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 10 years ago
  19. 6b932c0 throttle: Fix typo in the documentation of block_set_io_throttle by Alberto Garcia · 10 years ago
  20. d5941dd vvfat: add a label option by Wolfgang Bumiller · 10 years ago
  21. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  22. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  23. fc48ffc qobject: Use 'bool' for qbool by Eric Blake · 10 years ago
  24. 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
  25. 8aeaa05 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 10 years ago
  26. b8fe169 throttle: add the name of the ThrottleGroup to BlockDeviceInfo by Alberto Garcia · 10 years ago
  27. 76f4afb throttle: Add throttle group support by Alberto Garcia · 10 years ago
  28. fafa4d5 qmp/hmp: add rocker device support by Scott Feldman · 10 years ago
  29. 9abe3bd qapi: add dirty bitmap status by John Snow · 10 years ago
  30. 0403b0f Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  31. 0caef8f docs: update BLOCK_IMAGE_CORRUPTED documentation by Alberto Garcia · 10 years ago
  32. 4752cdb qapi: Drop inline nested struct in query-version by Eric Blake · 10 years ago
  33. 895a2a8 qapi: Use 'struct' instead of 'type' in schema by Eric Blake · 10 years ago
  34. ab916fa qapi: Use 'alternate' to replace anonymous union by Eric Blake · 10 years ago
  35. a113534 qmp: Add dirty bitmap status field in query-block by John Snow · 10 years ago
  36. e74e6b7 qmp: add block-dirty-bitmap-clear by John Snow · 10 years ago
  37. d58d845 qmp: Add support of "dirty-bitmap" sync mode for drive-backup by John Snow · 10 years ago
  38. 9bd2b08 block: Add bitmap successors by John Snow · 10 years ago
  39. 341ebc2 qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove by John Snow · 10 years ago
  40. 5fba6c0 qmp: Ensure consistent granularity type by John Snow · 10 years ago
  41. 0db6e54 qapi: Add optional field "name" to block dirty bitmap by Fam Zheng · 10 years ago
  42. dc881b4 block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED by Alberto Garcia · 10 years ago
  43. e5e51dd block/null: Latency simulation by adding new option "latency-ns" by Fam Zheng · 10 years ago
  44. bc09e06 qmp-event: add event notification for memory hot unplug error by Zhu Guihua · 10 years ago
  45. da2cf4e block: Document blockdev-add's immaturity by Markus Armbruster · 10 years ago
  46. 5b347c5 block: Fix blockdev-backup not to use funky error class by Markus Armbruster · 10 years ago
  47. 92a539d raw-posix: Deprecate host floppy passthrough by Markus Armbruster · 10 years ago
  48. 6ec46ad block: Fix block-set-write-threshold not to use funky error class by Markus Armbruster · 10 years ago
  49. 0709c5a qcow2: Add refcount_bits to format-specific info by Max Reitz · 10 years ago
  50. e246211 block: add event when disk usage exceeds threshold by Francesco Romani · 10 years ago
  51. f4564d5 block: add accounting for merged requests by Peter Lieven · 10 years ago
  52. a6c90cb qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macro by Markus Armbruster · 10 years ago
  53. c29c1dd qmp: Add command 'blockdev-backup' by Fam Zheng · 10 years ago
  54. a06e435 qapi: Fix document for BlockStats.node-name by Fam Zheng · 10 years ago
  55. 9e193c5 block/qapi: Add cache information to query-block by Kevin Wolf · 11 years ago
  56. f71eaa7 qmp: Add optional switch "query-nodes" in query-blockstats by Fam Zheng · 10 years ago
  57. 4875a77 block: Include "node-name" if present in query-blockstats by Fam Zheng · 10 years ago
  58. d1048be -machine vmport=auto: Fix handling of VMWare ioport emulation for xen by Don Slutz · 10 years ago
  59. 24bf10d Revert "qemu-img info: show nocow info" by Kevin Wolf · 10 years ago
  60. d21de4d qapi: Complete BlkdebugEvent by Max Reitz · 10 years ago
  61. ef6dbf1 blockjob: Add "ready" field by Max Reitz · 10 years ago
  62. 9009b19 qapi: Add corrupt field to ImageInfoSpecificQCow2 by Max Reitz · 10 years ago
  63. 146db9f qapi: dealloc visitor, implement visit_start_union by Michael Roth · 11 years ago
  64. cee2ded qapi: add visit_start_union and visit_end_union by Michael Roth · 11 years ago
  65. 1dde0f4 trace: [qmp] Add commands to query and control event tracing state by Lluís Vilanova · 11 years ago
  66. 550830f block: delete cow block driver by Stefan Hajnoczi · 11 years ago
  67. f658581 qapi/block-core: Add "new" qcow2 options by Max Reitz · 11 years ago
  68. 9bf040b qapi/block: Add "fatal" to BLOCK_IMAGE_CORRUPTED by Max Reitz · 11 years ago
  69. db866be qapi: Sort items in BlockdevOptions definition by Fam Zheng · 11 years ago
  70. e8712ce qapi: Sort BlockdevDriver enum data list by Fam Zheng · 11 years ago
  71. e819ab2 block: Introduce "null" drivers by Fam Zheng · 11 years ago
  72. ffeaac9 qapi: introduce PreallocMode and new PreallocModes full and falloc. by Hu Tao · 11 years ago
  73. 624ff57 block: extend BLOCK_IO_ERROR with reason string by Luiz Capitulino · 11 years ago
  74. c7c2ff0 block: extend BLOCK_IO_ERROR event with nospace indicator by Luiz Capitulino · 11 years ago
  75. 9e7dac7 rename parse_enum_option to qapi_enum_parse and make it public by Peter Lieven · 11 years ago
  76. 62c6031 qapi: add read-pattern enum for quorum by Liu Yuan · 11 years ago
  77. b1de5f4 QMP: Add support for Archipelago by Chrysostomos Nanakos · 11 years ago
  78. 000c4df qemu-img info: show nocow info by Chunyan Liu · 11 years ago
  79. 13d8cc5 block: add backing-file option to block-stream by Jeff Cody · 11 years ago
  80. 54e2690 block: extend block-commit to accept a string for the backing file by Jeff Cody · 11 years ago
  81. fa40e65 block: add QAPI command to allow live backing file change by Jeff Cody · 11 years ago
  82. 4e855ba qapi: Change back sector-count to sectors-count in quorum QAPI events. by Benoît Canet · 11 years ago
  83. 7676e2c block: make 'top' argument to block-commit optional by Jeff Cody · 11 years ago
  84. 2d40fa6 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  85. 09158f0 block: Add replaces argument to drive-mirror by Benoît Canet · 11 years ago
  86. 823c686 blockjob: Fix recent BLOCK_JOB_ERROR regression by Markus Armbruster · 11 years ago
  87. 518848a blockjob: Fix recent BLOCK_JOB_READY regression by Markus Armbruster · 11 years ago
  88. e2ae615 virtio-serial: report frontend connection state via monitor by Laszlo Ersek · 11 years ago
  89. 2f44a08 qapi event: clean up in callers by Wenchao Xia · 11 years ago
  90. 82d72d9 qapi: move event defines by Wenchao Xia · 11 years ago
  91. 4c828dc block: Add node-name argument to drive-mirror by Benoît Canet · 11 years ago
  92. cf29a57 quorum: Add the rewrite-corrupted parameter to quorum by Benoît Canet · 11 years ago
  93. 089a394 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  94. bcada37 qapi event: convert other BLOCK_JOB events by Wenchao Xia · 11 years ago
  95. c120f0f qapi event: convert BLOCK_IMAGE_CORRUPTED by Wenchao Xia · 11 years ago
  96. 5a2d2cb qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR by Wenchao Xia · 11 years ago
  97. a5ee7bd qapi event: convert DEVICE_TRAY_MOVED by Wenchao Xia · 11 years ago
  98. a589569 qapi: adjust existing defines by Wenchao Xia · 11 years ago
  99. f882126 qapi: add event helper functions by Wenchao Xia · 11 years ago
  100. 684531a qapi/string-output-visitor: fix human output by Hu Tao · 11 years ago