On 04/16/2013 10:20 PM, [email protected] wrote: > From: "Michael R. Hines" <[email protected]> > > This capability allows you to disable dynamic chunk registration > for better throughput on high-performance links. > > It is enabled by default. > > Signed-off-by: Michael R. Hines <[email protected]> > ---
> +++ b/qapi-schema.json
> @@ -602,7 +602,7 @@
> # Since: 1.2
Normally, I'd ask that you document the option above; something like:
# @x-chunk-register-destination: do something (since 1.5)
> ##
> { 'enum': 'MigrationCapability',
> - 'data': ['xbzrle'] }
> + 'data': ['xbzrle', 'x-chunk-register-destination'] }
But given the x- prefix, which is already a designation that the option
is experimental and may be pulled, I can live without documentation here
(where JUST the RDMA documentation, which mentions this capability, is
sufficient). Therefore:
Reviewed-by: Eric Blake <[email protected]>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
