1. 972d233 Merge remote-tracking branch 'quintela/tags/migration/20161114' into staging by Stefan Hajnoczi · 8 years ago
  2. fe39a4d migration: fix missing assignment for has_x_checkpoint_delay by zhanghailiang · 8 years ago
  3. 11d6fbe hmp: Make block_stream set an explicit job ID by Alberto Garcia · 8 years ago
  4. 312fe09 block: Add 'base-node' parameter to the 'block-stream' command by Alberto Garcia · 8 years ago
  5. d89e666 COLO: Add 'x-colo-lost-heartbeat' command to trigger failover by zhanghailiang · 8 years ago
  6. 68b5359 COLO: Add checkpoint-delay parameter for migrate-set-parameters by zhanghailiang · 8 years ago
  7. b4948be char: remove init callback by Marc-André Lureau · 8 years ago
  8. 2ff3025 migrate: move max-bandwidth and downtime-limit to migrate_set_parameter by Ashijeet Acharya · 8 years ago
  9. 7f375e0 migrate: Use boxed qapi for migrate-set-parameters by Eric Blake · 9 years ago
  10. de63ab6 migrate: Share common MigrationParameters struct by Eric Blake · 9 years ago
  11. bb2b777 migrate: Fix cpu-throttle-increment regression in HMP by Eric Blake · 9 years ago
  12. 627eae7 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 8 years ago
  13. 0a73336 net: don't poke at chardev internal QemuOpts by Daniel P. Berrange · 8 years ago
  14. 61b9783 intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider interface by Hervé Poussineau · 8 years ago
  15. 70e2cb3 block: Accept device model name for blockdev-change-medium by Kevin Wolf · 8 years ago
  16. fbe2d81 block: Accept device model name for eject by Kevin Wolf · 8 years ago
  17. 1813d33 hmp: Remove dead code in hmp_qemu_io() by Kevin Wolf · 8 years ago
  18. e7f98f2 block: Allow node name for 'qemu-io' HMP command by Kevin Wolf · 9 years ago
  19. 13b9414 drive-backup: added support for data compression by Pavel Butsykin · 9 years ago
  20. 81206a8 block: simplify drive-backup by Pavel Butsykin · 9 years ago
  21. faecd40 block: Simplify drive-mirror by Eric Blake · 9 years ago
  22. 4dc9397 block: Simplify block_set_io_throttle by Eric Blake · 9 years ago
  23. 2323322 stream: Add 'job-id' parameter to 'block-stream' by Alberto Garcia · 9 years ago
  24. 70559d4 backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup' by Alberto Garcia · 9 years ago
  25. 71aa986 mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror' by Alberto Garcia · 9 years ago
  26. 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 9 years ago
  27. e7ca565 string-output-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  28. 09204ea opts-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  29. 27393c3 qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore by Peter Krempa · 9 years ago
  30. d2d8d46 hmp: Add 'info hotpluggable-cpus' HMP command by Bharata B Rao · 9 years ago
  31. 479b599 hmp: acquire aio_context in hmp_qemu_io by Vladimir Sementsov-Ogievskiy · 9 years ago
  32. d3bf541 Postcopy: Add stats on page requests by Dr. David Alan Gilbert · 9 years ago
  33. 69ef1f3 migration: define 'tls-creds' and 'tls-hostname' migration parameters by Daniel P. Berrange · 9 years ago
  34. d59ce6f migration: add reporting of errors for outgoing migration by Daniel P. Berrange · 9 years ago
  35. d85a31d migration: Promote improved autoconverge commands out of experimental state by Jason J. Herne · 9 years ago
  36. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  37. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  38. 586fc27 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  39. 4a6b52d Dump: add hmp command "info dump" by Peter Xu · 9 years ago
  40. 228de9c dump-guest-memory: add "detach" flag for QMP/HMP interfaces. by Peter Xu · 9 years ago
  41. dce1320 qapi: Add burst length parameters to block_set_io_throttle by Alberto Garcia · 9 years ago
  42. 544a373 qapi: Don't box branches of flat unions by Eric Blake · 9 years ago
  43. ddffee3 nbd: enable use of TLS with nbd-server-start command by Daniel P. Berrange · 9 years ago
  44. 90998d5 qom: add helpers for UserCreatable object types by Daniel P. Berrange · 9 years ago
  45. 86ae191 qapi: Fix compilation failure on MIPS and SPARC by Eric Blake · 9 years ago
  46. 337283d qapi: Drop unused 'kind' for struct/enum visit by Eric Blake · 9 years ago
  47. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  48. 9b65859 hmp: Cache use of qapi visitor by Eric Blake · 9 years ago
  49. 7019738 hmp: Drop pointless allocation during qapi visit by Eric Blake · 9 years ago
  50. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  51. 64ffbe0 hmp: fix sendkey out of bounds write (CVE-2015-8619) by Wolfgang Bumiller · 9 years ago
  52. 533fdae error: Consistently name Error * objects err, and not errp by Markus Armbruster · 9 years ago
  53. 193227f error: Use error_report_err() instead of monitor_printf() by Markus Armbruster · 9 years ago
  54. 86f4b68 cpu: Convert CpuInfo into flat union by Eric Blake · 9 years ago
  55. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  56. cb38fff block: Add idle_time_ns to BlockDeviceStats by Alberto Garcia · 9 years ago
  57. baead0a hmp: Add read-only-mode option to change command by Max Reitz · 9 years ago
  58. 39ff43d blockdev: read-only-mode for blockdev-change-medium by Max Reitz · 9 years ago
  59. 1068674 hmp: Use blockdev-change-medium for change command by Max Reitz · 9 years ago
  60. 4886a1b migrate_start_postcopy: Command to trigger transition to postcopy by Dr. David Alan Gilbert · 9 years ago
  61. ce21131 tpm: Convert to new qapi union layout by Eric Blake · 9 years ago
  62. 1fd5d4f memory: Convert to new qapi union layout by Eric Blake · 9 years ago
  63. 568c73a input: Convert to new qapi union layout by Eric Blake · 9 years ago
  64. ddf2190 qapi: Unbox base members by Eric Blake · 9 years ago
  65. 4782893 qmp/hmp: Add throttle ratio to query-migrate and info migrate by Jason J. Herne · 10 years ago
  66. 1626fee migration: Parameters for auto-converge cpu throttling by Jason J. Herne · 10 years ago
  67. 6231316 hmp: add info iothreads command by Ting Wang · 10 years ago
  68. 0fc9f8e qmp: Add optional bool "unmap" to drive-mirror by Fam Zheng · 10 years ago
  69. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  70. 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago
  71. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  72. 75158eb qerror: Eliminate QERR_DEVICE_NOT_FOUND by Markus Armbruster · 10 years ago
  73. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  74. 34acbc9 qobject: Use 'bool' inside qdict by Eric Blake · 10 years ago
  75. 8aeaa05 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 10 years ago
  76. b8fe169 throttle: add the name of the ThrottleGroup to BlockDeviceInfo by Alberto Garcia · 10 years ago
  77. 76f4afb throttle: Add throttle group support by Alberto Garcia · 10 years ago
  78. fafa4d5 qmp/hmp: add rocker device support by Scott Feldman · 10 years ago
  79. 318660f monitor: Use traditional command interface for HMP device_add by Markus Armbruster · 10 years ago
  80. b8a185b monitor: Convert client_migrate_info to QAPI by Markus Armbruster · 10 years ago
  81. 50e9a62 migration: Add hmp interface to set and query parameters by Liang Li · 10 years ago
  82. 9fa02cd qapi: Drop inline nested structs in query-pci by Eric Blake · 10 years ago
  83. 4752cdb qapi: Drop inline nested struct in query-version by Eric Blake · 10 years ago
  84. d58d845 qmp: Add support of "dirty-bitmap" sync mode for drive-backup by John Snow · 10 years ago
  85. 9419874 Revert "hmp: fix crash in 'info block -n -v'" by Stefan Hajnoczi · 10 years ago
  86. 638b836 hmp: fix crash in 'info block -n -v' by Alberto Garcia · 10 years ago
  87. d8e33fc Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150317' into staging by Peter Maydell · 10 years ago
  88. 24b8c39 migration: Convert 'status' of MigrationInfo to use an enum type by zhanghailiang · 10 years ago
  89. e49f35b hmp: Rename 'MigrationStatus' to 'HMPMigrationStatus' by zhanghailiang · 10 years ago
  90. 1fa57f5 migrate_incoming: use hmp_handle_error by Dr. David Alan Gilbert · 10 years ago
  91. c0e6ee9 qom: Implement qom-set HMP command by Andreas Färber · 11 years ago
  92. 89d7fa9 qom: Implement qom-list HMP command by Andreas Färber · 11 years ago
  93. bf1ae1f Add migrate_incoming by Dr. David Alan Gilbert · 10 years ago
  94. 7c6044a hmp: info spice: take out webdav by Gerd Hoffmann · 10 years ago
  95. 22fa7da hmp: info spice: Show string channel name by Cole Robinson · 10 years ago
  96. 041ccc9 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 10 years ago
  97. 68b459e Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' into staging by Peter Maydell · 10 years ago
  98. f19e44b hmp: Fix warning from smatch (wrong argument in function call) by Stefan Weil · 10 years ago
  99. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  100. 4c7b7e9 qemu-io: Use BlockBackend by Max Reitz · 10 years ago