From: Richard Henderson Date: Wed, 5 Nov 2025 07:54:57 +0000 (+0100) Subject: Merge tag 'pull-qapi-2025-11-04' of https://repo.or.cz/qemu/armbru into staging X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d752763d0b935c6641bc2b9d828dd01c360482b6;p=thirdparty%2Fqemu.git Merge tag 'pull-qapi-2025-11-04' of https://repo.or.cz/qemu/armbru into staging QAPI patches for 2025-11-04 # -----BEGIN PGP SIGNATURE----- # # iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmkJ9+kSHGFybWJydUBy # ZWRoYXQuY29tAAoJEDhwtADrkYZT3iwP/0t5o3xciGFgElQ+b/+5zv+tveUMHgec # DXJk5gVrk5jS66QB9vxPkq6II1eunqP83KnxsaNi4D1b68+yrMj45amKpUKXV/Am # GW8LJt1FTfbNhf7dLmXZ5K5q6unTqnyJdSjpCXqvAQ6yJVa3yG2U4TsRz6ZkFrEa # gRluVAM0YGys30FXWOJ5bS4JB7VKAXIUzYQjvGRugdCdSTbs3VU/235KAQ87cK4H # TRb0jTMdah8K+CmXBZLduxRTKaFqho/+hNBBlX23jgSdgNwsTcDPbz4ZaeSrVFEU # frwKX5v4EwebyOFAzTlhRFGtENvDPCQNHIw3LpSseHCQeeWGulcymAintBty32A2 # 3CcK/7mgRC3ElvNpE0hYw910M3Cg0OVPOgME2NzuRKRiJ86mHgn/a90dLsKugNH7 # +v9bCzzeTHRtzgeyBC7oQ3omEpLxXGSD+MAzRR0iLY+f01ynQ+g2NorJsdELfY4S # +A2sEq9+YnvoCbu3cMob5KaNyeKe6B4rjeo3Evketm+hdiaxuqLXcUuE6mgzAXDP # s7n6JR2Li2cnzP/3RLWAHFNwqjaMUUd4gdhfTxTyiJsB/qTkGQsulK3iJX2EXQRI # Me99IJsV78gLR/pFbeYOqCW7ySlx7+ykcAMyqc+4RaF3g72E05p+oncYTs9rmpBS # UOy/PN3a7PP4 # =ub6L # -----END PGP SIGNATURE----- # gpg: Signature made Tue 04 Nov 2025 01:56:09 PM CET # gpg: using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653 # gpg: issuer "armbru@redhat.com" # gpg: Good signature from "Markus Armbruster " [unknown] # gpg: aka "Markus Armbruster " [unknown] # gpg: WARNING: The key's User ID is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867 4E5F 3870 B400 EB91 8653 * tag 'pull-qapi-2025-11-04' of https://repo.or.cz/qemu/armbru: qapi: Add documentation format validation docs/interop: Add test to keep vhost-user.json sane docs/interop/firmware: Literal block markup docs/interop/vhost-user: Belatedly convert "Example" section docs/interop: Refill QAPI doc comments to conform to conventions qga/qapi-schema: Clean up whitespace between definitions qga/qapi-schema: Refill doc comments to conform to conventions qapi: Clean up whitespace between definitions qapi: Refill doc comments to conform to conventions qapi/audio: Fix description markup of AudiodevDBusOptions @nsamples meson: Add missing backends.py to qapi_gen_depends qapi/command: Avoid generating unused qmp_marshal_output_T() Signed-off-by: Richard Henderson --- d752763d0b935c6641bc2b9d828dd01c360482b6 diff --cc qapi/migration.json index 93f71de3fe1,022ac0c4edb..6acd9e4b16f --- a/qapi/migration.json +++ b/qapi/migration.json @@@ -179,10 -173,11 +179,11 @@@ ## { 'enum': 'MigrationStatus', 'data': [ 'none', 'setup', 'cancelling', 'cancelled', - 'active', 'postcopy-active', 'postcopy-paused', - 'postcopy-recover-setup', + 'active', 'postcopy-device', 'postcopy-active', + 'postcopy-paused', 'postcopy-recover-setup', 'postcopy-recover', 'completed', 'failed', 'colo', 'pre-switchover', 'device', 'wait-unplug' ] } + ## # @VfioStats: #