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