All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qapi: fix device-sync-config since-version
@ 2024-11-08  7:19 Vladimir Sementsov-Ogievskiy
  2024-11-08  8:35 ` Markus Armbruster
  0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2024-11-08  7:19 UTC (permalink / raw)
  To: mst, qemu-block
  Cc: eblake, armbru, pbonzini, berrange, eduardo, qemu-devel,
	Vladimir Sementsov-Ogievskiy

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-11-08 11:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-08  7:19 [PATCH] qapi: fix device-sync-config since-version Vladimir Sementsov-Ogievskiy
2024-11-08  8:35 ` Markus Armbruster
2024-11-08 11:50   ` Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.