From 1d03e0db3ad161da8bc3f3863a5b7d71e3480ec2 Mon Sep 17 00:00:00 2001 From: Peter Xu Date: Thu, 28 May 2026 16:12:36 -0400 Subject: [PATCH] qapi/migration: Remove @cpr-exec-command doc in MigrationParameter This parameter was developed during similar window when the deduplication work was done in commit 2220c2b9ef ("qapi/migration: Don't document MigrationParameter"), hence it was overlooked. Remove the leftover parameter. After all, MigrationParameter is already in the exception list of the doc sanity checker. Reviewed-by: Fabiano Rosas Reviewed-by: Markus Armbruster Link: https://lore.kernel.org/r/20260528201236.359452-1-peterx@redhat.com Signed-off-by: Peter Xu --- 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