* [PATCH] qapi/qom: Document feature unstable of @x-vfio-user-server
@ 2024-07-03 9:53 Markus Armbruster
2024-07-03 15:28 ` John Snow
2024-07-17 8:16 ` Markus Armbruster
0 siblings, 2 replies; 3+ messages in thread
From: Markus Armbruster @ 2024-07-03 9:53 UTC (permalink / raw)
To: qemu-devel
Cc: eblake, pbonzini, berrange, eduardo, jsnow, Elena Ufimtseva,
John G Johnson, Jagannathan Raman, qemu-stable
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>
---
qapi/qom.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/qapi/qom.json b/qapi/qom.json
index 8bd299265e..3c0f8c633d 100644
--- a/qapi/qom.json
+++ b/qapi/qom.json
@@ -1012,7 +1012,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.45.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] qapi/qom: Document feature unstable of @x-vfio-user-server
2024-07-03 9:53 [PATCH] qapi/qom: Document feature unstable of @x-vfio-user-server Markus Armbruster
@ 2024-07-03 15:28 ` John Snow
2024-07-17 8:16 ` Markus Armbruster
1 sibling, 0 replies; 3+ messages in thread
From: John Snow @ 2024-07-03 15:28 UTC (permalink / raw)
To: Markus Armbruster
Cc: qemu-devel, eblake, pbonzini, berrange, eduardo, Elena Ufimtseva,
John G Johnson, Jagannathan Raman, qemu-stable
[-- Attachment #1: Type: text/plain, Size: 1166 bytes --]
On Wed, Jul 3, 2024 at 5:53 AM Markus Armbruster <armbru@redhat.com> wrote:
> 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
Reported-by: John Snow <jsnow@redhat.com>
(... This is a joke, to be extremely clear)
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
>
Reviewed-by: John Snow <jsnow@redhat.com>
> ---
> qapi/qom.json | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/qapi/qom.json b/qapi/qom.json
> index 8bd299265e..3c0f8c633d 100644
> --- a/qapi/qom.json
> +++ b/qapi/qom.json
> @@ -1012,7 +1012,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.45.0
>
>
[-- Attachment #2: Type: text/html, Size: 2304 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] qapi/qom: Document feature unstable of @x-vfio-user-server
2024-07-03 9:53 [PATCH] qapi/qom: Document feature unstable of @x-vfio-user-server Markus Armbruster
2024-07-03 15:28 ` John Snow
@ 2024-07-17 8:16 ` Markus Armbruster
1 sibling, 0 replies; 3+ messages in thread
From: Markus Armbruster @ 2024-07-17 8:16 UTC (permalink / raw)
To: qemu-devel
Cc: eblake, pbonzini, berrange, eduardo, jsnow, Elena Ufimtseva,
John G Johnson, Jagannathan Raman, qemu-stable
Markus Armbruster <armbru@redhat.com> writes:
> 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>
> ---
> qapi/qom.json | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/qapi/qom.json b/qapi/qom.json
> index 8bd299265e..3c0f8c633d 100644
> --- a/qapi/qom.json
> +++ b/qapi/qom.json
> @@ -1012,7 +1012,8 @@
> #
> # Features:
> #
> -# @unstable: Member @x-remote-object is experimental.
> +# @unstable: Members @x-remote-object and @x-vfio-user-server are
> +# experimental.
Second line needs to be indented. Fixed in my tree.
> #
> # Since: 6.0
> ##
Queued.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-17 8:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03 9:53 [PATCH] qapi/qom: Document feature unstable of @x-vfio-user-server Markus Armbruster
2024-07-03 15:28 ` John Snow
2024-07-17 8:16 ` Markus Armbruster
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.