Acknowledged.
On 04/10/2013 10:24 PM, Eric Blake wrote:
On 04/10/2013 04:28 PM, mrhi...@linux.vnet.ibm.com wrote:
From: "Michael R. Hines" <mrhi...@us.ibm.com>
This capability allows you to disable dynamic chunk registration
for better throughput on high-performance links.
It is enabled by default.
Actually, it isn't enabled until 8/13 - I'd squash 7 and 8 together, to
make this statement true.
+++ b/qapi-schema.json
@@ -602,7 +602,7 @@
# Since: 1.2
Missing documentation of the new capability. Should look something like:
# @chunk-register-destination: Migration does XYZ on the destination.
# Enabled by default (since 1.5)
##
{ 'enum': 'MigrationCapability',
- 'data': ['xbzrle'] }
+ 'data': ['xbzrle', 'chunk_register_destination'] }
QMP prefers '-' over '_'/