mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
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 <farosas@suse.de>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Link: https://lore.kernel.org/r/20260528201236.359452-1-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user