On 05/06/2015 11:50 AM, Juan Quintela wrote: > From: Liang Li <[email protected]> > > Add the qmp commands to tune and query the parameters used in live > migration. > > Signed-off-by: Liang Li <[email protected]> > Signed-off-by: Yang Zhang <[email protected]> > Signed-off-by: Juan Quintela <[email protected]> > --- > migration/migration.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ > qapi-schema.json | 45 ++++++++++++++++++++++++++++++++++++++++ > qmp-commands.hx | 57 > +++++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 158 insertions(+) >
> +++ b/qapi-schema.json
> @@ -592,6 +592,51 @@
> { 'enum': 'MigrationParameter',
> 'data': ['compress-level', 'compress-threads', 'decompress-threads'] }
>
> +#
> +# @migrate-set-parameters
> +#
> +# Set the following migration parameters
> +#
> +# @compress-level: compression level
> +#
> +# @compress-threads: compression thread count
> +#
> +# @decompress-threads: decompression thread count
> +#
> +# Since: 2.3
s/2.3/2.4/ throughout the patch
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
