From: Vladimir Sementsov-Ogievskiy Date: Fri, 8 Nov 2024 07:19:57 +0000 (+0300) Subject: qapi: fix device-sync-config since-version X-Git-Tag: v9.2.0-rc3~10^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e069c115e00d9eeb1ad6bf224775585c3d30177d;p=thirdparty%2Fqemu.git qapi: fix device-sync-config since-version Actually it comes in 9.2, not 9.1. Fixes: 3f98408e2e ("qapi: introduce device-sync-config") Signed-off-by: Vladimir Sementsov-Ogievskiy Message-Id: <20241108071957.727286-1-vsementsov@yandex-team.ru> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/qapi/qdev.json b/qapi/qdev.json index 2a581129c96..25cbcf977b4 100644 --- a/qapi/qdev.json +++ b/qapi/qdev.json @@ -182,7 +182,7 @@ # # @unstable: The command is experimental. # -# Since: 9.1 +# Since: 9.2 ## { 'command': 'device-sync-config', 'features': [ 'unstable' ],