Re: [PATCH 18/21] qapi/migration: Deprecate capabilities commands

2025-06-06 Thread Peter Xu
On Mon, Jun 02, 2025 at 10:38: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-

[PATCH 18/21] qapi/migration: Deprecate capabilities commands

2025-06-02 Thread Fabiano Rosas
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