[PATCH] qapi/migration: Remove @cpr-exec-command doc in MigrationParameter

Peter Xu posted 1 patch 1 day, 20 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260528201236.359452-1-peterx@redhat.com
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
qapi/migration.json | 4 ----
1 file changed, 4 deletions(-)
[PATCH] qapi/migration: Remove @cpr-exec-command doc in MigrationParameter
Posted by Peter Xu 1 day, 20 hours ago
This parameter was developed during similar window when the deduplication
work was done, hence overlooked.  MigrationParameter is already in
exception list of doc sanity checker.

Signed-off-by: Peter Xu <peterx@redhat.com>
---
 qapi/migration.json | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/qapi/migration.json b/qapi/migration.json
index 27a7970556..e8756308cf 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -804,10 +804,6 @@
 # Migration parameters enumeration.  The enumeration values mirror the
 # members of @MigrationParameters.
 #
-# @cpr-exec-command: Command to start the new QEMU process when @mode
-#     is @cpr-exec.  The first list element is the program's filename,
-#     the remainder its arguments.  (Since 10.2)
-#
 # Features:
 #
 # @unstable: Members @x-checkpoint-delay, @x-rdma-chunk-size, and
-- 
2.53.0
Re: [PATCH] qapi/migration: Remove @cpr-exec-command doc in MigrationParameter
Posted by Fabiano Rosas 1 day, 19 hours ago
Peter Xu <peterx@redhat.com> writes:

> This parameter was developed during similar window when the deduplication
> work was done, hence overlooked.  MigrationParameter is already in
> exception list of doc sanity checker.
>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>  qapi/migration.json | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/qapi/migration.json b/qapi/migration.json
> index 27a7970556..e8756308cf 100644
> --- a/qapi/migration.json
> +++ b/qapi/migration.json
> @@ -804,10 +804,6 @@
>  # Migration parameters enumeration.  The enumeration values mirror the
>  # members of @MigrationParameters.
>  #
> -# @cpr-exec-command: Command to start the new QEMU process when @mode
> -#     is @cpr-exec.  The first list element is the program's filename,
> -#     the remainder its arguments.  (Since 10.2)
> -#
>  # Features:
>  #
>  # @unstable: Members @x-checkpoint-delay, @x-rdma-chunk-size, and

Reviewed-by: Fabiano Rosas <farosas@suse.de>