qapi/qdev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Actually it comes in 9.2, not 9.1.
Fixes: 3f98408e2e ("qapi: introduce device-sync-config")
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
---
qapi/qdev.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/qdev.json b/qapi/qdev.json
index 2a581129c9..25cbcf977b 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' ],
--
2.34.1
Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> writes: > Actually it comes in 9.2, not 9.1. > > Fixes: 3f98408e2e ("qapi: introduce device-sync-config") > Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> > --- > qapi/qdev.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qapi/qdev.json b/qapi/qdev.json > index 2a581129c9..25cbcf977b 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' ], Reviewed-by: Markus Armbruster <armbru@redhat.com> Michael, can you take this through your tree?
On Fri, Nov 08, 2024 at 09:35:08AM +0100, Markus Armbruster wrote: > Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> writes: > > > Actually it comes in 9.2, not 9.1. > > > > Fixes: 3f98408e2e ("qapi: introduce device-sync-config") > > Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> > > --- > > qapi/qdev.json | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/qapi/qdev.json b/qapi/qdev.json > > index 2a581129c9..25cbcf977b 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' ], > > Reviewed-by: Markus Armbruster <armbru@redhat.com> > > Michael, can you take this through your tree? Tagged, thanks!
© 2016 - 2024 Red Hat, Inc.