On Mon, Jun 30, 2025 at 04:59:07PM -0300, Fabiano Rosas wrote: > The concept of capabilities is being merged into the concept of > parameters. From now on, the commands that handle capabilities are > deprecated in favor of the commands that handle parameters. > > Affected commands: > > - migrate-set-capabilities > - query-migrate-capabilities > > Signed-off-by: Fabiano Rosas <faro...@suse.de> > --- > docs/about/deprecated.rst | 12 ++++++++++++ > migration/migration-hmp-cmds.c | 6 ++++++ > qapi/migration.json | 16 ++++++++++++++-- > 3 files changed, 32 insertions(+), 2 deletions(-) > > diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst > index 42037131de..15474833ea 100644 > --- a/docs/about/deprecated.rst > +++ b/docs/about/deprecated.rst > @@ -605,3 +605,15 @@ command documentation for details on the ``fdset`` usage. > > The ``zero-blocks`` capability was part of the block migration which > doesn't exist anymore since it was removed in QEMU v9.1. > + > +``migrate-set-capabilities`` command (since 10.1) > +''''''''''''''''''''''''''''''''''''''''''''''''' > + > +This command was deprecated. Use ``migrate-set-parameters`` instead > +which now supports setting capabilities. > + > +``query-migrate-capabilities`` command (since 10.1) > +'''''''''''''''''''''''''''''''''''''''''''''''''''
Don't forget to update the versions. Reviewed-by: Peter Xu <pet...@redhat.com> -- Peter Xu