From: Markus Armbruster <[email protected]> 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 <[email protected]> Cc: John G Johnson <[email protected]> Cc: Jagannathan Raman <[email protected]> Cc: [email protected] Signed-off-by: Markus Armbruster <[email protected]> Message-ID: <[email protected]> Reviewed-by: John Snow <[email protected]> [Indentation fixed] (cherry picked from commit 3becc939081097ccfed6968771f33d65ce8551eb) Signed-off-by: Michael Tokarev <[email protected]> diff --git a/qapi/qom.json b/qapi/qom.json index c53ef978ff..1e7e97f8f1 100644 --- a/qapi/qom.json +++ b/qapi/qom.json @@ -905,7 +905,8 @@ # # Features: # -# @unstable: Member @x-remote-object is experimental. +# @unstable: Members @x-remote-object and @x-vfio-user-server are +# experimental. # # Since: 6.0 ## -- 2.39.2
