1. a631892 Add HMP command "info memory-devices" by Zhu Guihua · 10 years ago
  2. 93bb131 hmp: fix memory leak at hmp_info_block_jobs() by Gonglei · 10 years ago
  3. ecaf54a hmp: fix MemdevList memory leak by Chen Fan · 11 years ago
  4. 976620a qom/object.c, hmp.c: fix string_output_get_string() memory leak by Chen Fan · 11 years ago
  5. 13d8cc5 block: add backing-file option to block-stream by Jeff Cody · 11 years ago
  6. 09158f0 block: Add replaces argument to drive-mirror by Benoît Canet · 11 years ago
  7. 4c828dc block: Add node-name argument to drive-mirror by Benoît Canet · 11 years ago
  8. 089a394 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  9. a589569 qapi: adjust existing defines by Wenchao Xia · 11 years ago
  10. 8f4e5ac qapi/hmp: use 'backend' instead of 'device' with memory backend by Igor Mammedov · 11 years ago
  11. eb1539b hmp: add info memdev by Hu Tao · 11 years ago
  12. ca8c0fa Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  13. 465bee1 block: optimize zero writes with bdrv_write_zeroes by Peter Lieven · 11 years ago
  14. f9f3a5e hmp: Call visit_end_struct() after visit_start_struct() succeeds by Markus Armbruster · 11 years ago
  15. 415168e hmp: Guard against misuse of hmp_handle_error() by Markus Armbruster · 11 years ago
  16. e940f54 qmp hmp: Consistently name Error * objects err, and not errp by Markus Armbruster · 11 years ago
  17. 8bc3923 migration: expose xbzrle cache miss rate by ChenLiang · 11 years ago
  18. 58570ed migration: expose the bitmap_sync_count to the end by ChenLiang · 11 years ago
  19. 1b7a0f7 HMP: support specifying dump format for dump-guest-memory by Qiao Nuohan · 11 years ago
  20. b53ccc3 dump: make kdump-compressed format available for 'dump-guest-memory' by qiaonuohan · 11 years ago
  21. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  22. dde3a21 hmp: migrate command (without -d) now blocks correctly by Soramichi AKIYAMA · 11 years ago
  23. 0901f67 qmp: Allow to take external snapshots on bs graphs node. by Benoît Canet · 11 years ago
  24. 3b1dbd1 qmp: Allow block_resize to manipulate bs graph nodes. by Benoît Canet · 11 years ago
  25. 12d3ba8 qmp: Allow to change password on named block driver states. by Benoît Canet · 11 years ago
  26. c60bf33 readline: decouple readline from the monitor by Stefan Hajnoczi · 11 years ago
  27. cff8b2c monitor: add object-add (QMP) and object_add (HMP) command by Paolo Bonzini · 11 years ago
  28. ab2d053 monitor: add object-del (QMP) and object_del (HMP) command by Paolo Bonzini · 11 years ago
  29. abf2332 qemu-monitor: HMP cpu-add wrapper by Jason J. Herne · 11 years ago
  30. 684b254 hmp: drop bogus "[not inserted]" by Mike Qiu · 11 years ago
  31. 46663e5 hmp: block-stream: fix typo by Anthony Liguori · 11 years ago
  32. 7a4ed2e hmp: add interface hmp_snapshot_delete_blkdev_internal by Wenchao Xia · 12 years ago
  33. 775ca88 hmp: add interface hmp_snapshot_blkdev_internal by Wenchao Xia · 12 years ago
  34. f69f0bc Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into staging by Anthony Liguori · 12 years ago
  35. 6f88009 Add c++ keywords to QAPI helper script by Tomoki Sekiyama · 12 years ago
  36. 2024c1d block: Add iops_size to do the iops accounting for a given io size. by Benoît Canet · 12 years ago
  37. 3e9fab6 block: Add support for throttling burst max in QMP and the command line. by Benoît Canet · 12 years ago
  38. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  39. ed4fbd1 rdma: account for the time spent in MIG_STATE_SETUP through QMP by Michael R. Hines · 12 years ago
  40. de90930 block: add drive_backup HMP command by Stefan Hajnoczi · 12 years ago
  41. fbe2e26 hmp: Make "info block" output more readable by Kevin Wolf · 12 years ago
  42. 7e114f8 rdma: export throughput w/ MigrationStats QMP by Michael R. Hines · 12 years ago
  43. e73fe2b hmp: add parameters device and -v for info block by Wenchao Xia · 12 years ago
  44. bd093a3 hmp: show ImageInfo in 'info block' by Wenchao Xia · 12 years ago
  45. 587da2c Make qemu-io commands available in HMP by Kevin Wolf · 12 years ago
  46. 4ceb193 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  47. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  48. 315f9e1 Revert "New QMP command query-cpu-max and HMP command cpu_max" by Michal Novotny · 12 years ago
  49. 18501ae Merge remote-tracking branch 'quintela/migration.next' into staging by Anthony Liguori · 12 years ago
  50. f1c7279 migration: do not sent zero pages in bulk stage by Peter Lieven · 12 years ago
  51. 4d70043 New QMP command query-cpu-max and HMP command cpu_max by Michal Novotny · 12 years ago
  52. 88ca7bc QMP: Remove duplicate TPM type from query-tpm by Corey Bryant · 12 years ago
  53. d1a0cf7 Support for TPM command line options by Stefan Berger · 12 years ago
  54. 312fd5f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 12 years ago
  55. 543f341 hmp: make memchar-read escape ASCII control chars except \n and \t by Markus Armbruster · 12 years ago
  56. 3949e59 qemu-char: Saner naming of memchar stuff & doc fixes by Markus Armbruster · 12 years ago
  57. 3ab651f qmp: Clean up design of memchar-read by Markus Armbruster · 12 years ago
  58. 82e59a6 qmp: Fix design bug and read beyond buffer in memchar-write by Markus Armbruster · 12 years ago
  59. a31ca01 Fix error message in migrate_set_capability HMP command by Orit Wasserman · 12 years ago
  60. 503cb22 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  61. 08e4ed6 mirror: add buf-size argument to drive-mirror by Paolo Bonzini · 12 years ago
  62. eee13df mirror: allow customizing the granularity by Paolo Bonzini · 12 years ago
  63. 49b6d72 QAPI: Introduce memchar-read QMP command by Lei Li · 12 years ago
  64. 1f590cf QAPI: Introduce memchar-write QMP command by Lei Li · 12 years ago
  65. 01ceb97 balloon: drop old stats code & API by Luiz Capitulino · 12 years ago
  66. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  67. f108890 chardev: add hmp hotplug commands by Gerd Hoffmann · 12 years ago
  68. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  69. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  70. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  71. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  72. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  73. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  74. 4057725 hmp: add NBD server commands by Paolo Bonzini · 13 years ago
  75. 90c45b3 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  76. 852bef0 hmp: fix info cpus for sparc targets by Aurelien Jarno · 12 years ago
  77. b952b55 mirror: add support for on-source-error/on-target-error by Paolo Bonzini · 12 years ago
  78. d9b902d qmp: add drive-mirror command by Paolo Bonzini · 12 years ago
  79. aeae883 block: add block-job-complete by Paolo Bonzini · 12 years ago
  80. 8d01719 migration: Add dirty_pages_rate to query migrate output by Juan Quintela · 13 years ago
  81. 2c52ddf migration: print expected downtime in info migrate by Juan Quintela · 13 years ago
  82. 9c5a9fc migration: print total downtime for final phase of migration by Juan Quintela · 13 years ago
  83. 05d4f2f Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  84. 1d80909 stream: add on-error argument by Paolo Bonzini · 12 years ago
  85. 6e37fb8 qmp: add block-job-pause and block-job-resume by Paolo Bonzini · 12 years ago
  86. 9f32897 qmp: qmp_send_key(): accept key codes in hex by Luiz Capitulino · 12 years ago
  87. 7536376 hmp: dump-guest-memory: hardcode protocol argument to "file:" by Luiz Capitulino · 12 years ago
  88. 69fc255 Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemu by Aurelien Jarno · 13 years ago
  89. ad39cf6 qapi: convert screendump by Luiz Capitulino · 13 years ago
  90. e4c8f00 qapi: convert sendkey by Amos Kong · 13 years ago
  91. 61c4efe spice: add 'migrated' flag to spice info by Yonit Halperin · 13 years ago
  92. 7aa939a migration: move total_time from ram stats to migration info by Juan Quintela · 13 years ago
  93. 633decd Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  94. ab878dd hmp: hmp_change(): use error_get_class() by Luiz Capitulino · 13 years ago
  95. eef5ad1 hmp_change(): don't access DeviceEncrypted's data by Luiz Capitulino · 13 years ago
  96. 8b7f6fb hmp: hmp_cont(): don't rely on QERR_DEVICE_ENCRYPTED by Luiz Capitulino · 13 years ago
  97. f36d55a Add XBZRLE statistics by Orit Wasserman · 13 years ago
  98. 004d4c1 Add migration accounting for normal and duplicate pages by Orit Wasserman · 13 years ago
  99. 9e1ba4c Add migrate_set_cache_size command by Orit Wasserman · 13 years ago
  100. 0045843 Add migrate-set-capabilities by Orit Wasserman · 13 years ago