summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2024-07-03 11:53:10 +0200
committerMarkus Armbruster <armbru@redhat.com>2024-07-17 10:14:44 +0200
commit3becc939081097ccfed6968771f33d65ce8551eb (patch)
tree50a749178c2ee38f6f16c6871bf7a85fe88b089f
parente2f346aa98646e84eabe0256f89d08e89b1837cf (diff)
downloadfocaccia-qemu-3becc939081097ccfed6968771f33d65ce8551eb.tar.gz
focaccia-qemu-3becc939081097ccfed6968771f33d65ce8551eb.zip
qapi/qom: Document feature unstable of @x-vfio-user-server
Commit 8f9a9259d32c added ObjectType member @x-vfio-user-server with
feature unstable, but neglected to explain why it is unstable.  Do
that now.

Fixes: 8f9a9259d32c (vfio-user: define vfio-user-server object)
Cc: Elena Ufimtseva <elena.ufimtseva@oracle.com>
Cc: John G Johnson <john.g.johnson@oracle.com>
Cc: Jagannathan Raman <jag.raman@oracle.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240703095310.1242102-1-armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
[Indentation fixed]
-rw-r--r--qapi/qom.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/qapi/qom.json b/qapi/qom.json
index 8e75a419c3..3e52aec8fb 100644
--- a/qapi/qom.json
+++ b/qapi/qom.json
@@ -1024,7 +1024,8 @@
 #
 # Features:
 #
-# @unstable: Member @x-remote-object is experimental.
+# @unstable: Members @x-remote-object and @x-vfio-user-server are
+#     experimental.
 #
 # Since: 6.0
 ##