Commit 62df83eef3 for qemu.org

commit 62df83eef3cdbe18b8ed079a22a87133c1e59ea0
Author: Markus Armbruster <armbru@redhat.com>
Date:   Sat Sep 12 06:53:50 2026 +0200

    qapi/migration: Make migration parameter @local consistently unstable

    @local is unstable in MigrationParameters, but not in
    MigrationParameter.  Fix the latter.

    Fixes: c9affb8e9b (qapi: add local migration parameter)
    Signed-off-by: Markus Armbruster <armbru@redhat.com>
    Reviewed-by: Prasad Pandit <pjp@fedoraproject.org>
    Reviewed-by: Peter Xu <peterx@redhat.com>
    Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
    Signed-off-by: Fabiano Rosas <farosas@suse.de>

diff --git a/qapi/migration.json b/qapi/migration.json
index f7628b55e9..9a1cc7c4e5 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -804,8 +804,8 @@
 #
 # Features:
 #
-# @unstable: Members @x-checkpoint-delay, @x-rdma-chunk-size, and
-#     @x-vcpu-dirty-limit-period are experimental.
+# @unstable: Members @local, @x-checkpoint-delay, @x-rdma-chunk-size,
+#     and @x-vcpu-dirty-limit-period are experimental.
 #
 # Since: 2.4
 ##
@@ -831,7 +831,7 @@
            'direct-io',
            { 'name': 'x-rdma-chunk-size', 'features': [ 'unstable' ] },
            'cpr-exec-command',
-           'local'] }
+           { 'name': 'local', 'features': [ 'unstable' ] } ] }

 ##
 # @migrate-set-parameters: