From: Markus Armbruster <armbru@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: "Jonah Palmer" <jonah.palmer@oracle.com>,
qemu-devel@nongnu.org, mst@redhat.com, qemu_oss@crudebyte.com,
kraxel@redhat.com, si-wei.liu@oracle.com,
joao.m.martins@oracle.com, eblake@redhat.com,
qemu-block@nongnu.org, david@redhat.com, arei.gonglei@huawei.com,
marcandre.lureau@redhat.com, lvivier@redhat.com,
thuth@redhat.com, michael.roth@amd.com, groug@kaod.org,
dgilbert@redhat.com, eric.auger@redhat.com, stefanha@redhat.com,
boris.ostrovsky@oracle.com, kwolf@redhat.com,
mathieu.poirier@linaro.org, raphael.norwitz@nutanix.com,
pbonzini@redhat.com, "Daniel P. Berrangé" <berrange@redhat.com>
Subject: Re: [PATCH v15 2/6] qmp: add QMP command x-query-virtio-status
Date: Thu, 08 May 2025 09:51:43 +0200 [thread overview]
Message-ID: <87tt5vh75c.fsf@pond.sub.org> (raw)
In-Reply-To: <7de79c4d-57f2-4103-a22e-748cfbe08974@linaro.org> ("Philippe Mathieu-Daudé"'s message of "Fri, 2 May 2025 00:09:12 +0200")
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
[...]
> When a structure is only used by an unstable command, is it considered
> unstable too? IOW is it OK to modify it?
Yes.
docs/devel/qapi-code-gen.rst:
Special features
~~~~~~~~~~~~~~~~
[...]
Feature "unstable" marks a command, event, enum value, or struct
member as unstable. It is not supported elsewhere so far. Interfaces
so marked may be withdrawn or changed incompatibly in future releases.
We support "unstable" exactly where we need it to mark parts of the
external interface unstable:
* Commands and events, because these *are* the external interface.
* Struct members, because they can be arguments / results of commands /
events.
* Enum values, because these can be values of arguments / results.
* Not types. Not needed, and would enable inconsistencies, like stable
member with an unstable type.
Questions?
[...]
next prev parent reply other threads:[~2025-05-08 7:52 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-11 12:24 [PATCH v15 0/6] hmp,qmp: Add commands to introspect virtio devices Jonah Palmer
2022-08-11 12:24 ` [PATCH v15 1/6] qmp: add QMP command x-query-virtio Jonah Palmer
2022-11-30 16:16 ` Philippe Mathieu-Daudé
2022-12-02 12:23 ` Jonah Palmer
2022-12-02 14:17 ` Philippe Mathieu-Daudé
2022-12-02 15:21 ` Markus Armbruster
2022-12-07 8:47 ` Jonah Palmer
2022-12-07 13:22 ` Markus Armbruster
2022-12-09 8:54 ` Jonah Palmer
2025-05-01 22:15 ` Philippe Mathieu-Daudé
2022-08-11 12:24 ` [PATCH v15 2/6] qmp: add QMP command x-query-virtio-status Jonah Palmer
2025-05-01 22:09 ` Philippe Mathieu-Daudé
2025-05-05 6:30 ` Thomas Huth
2025-05-05 7:29 ` Laurent Vivier
2025-05-08 7:51 ` Markus Armbruster [this message]
2025-05-08 10:44 ` Philippe Mathieu-Daudé
2022-08-11 12:24 ` [PATCH v15 3/6] qmp: decode feature & status bits in virtio-status Jonah Palmer
2022-08-11 12:24 ` [PATCH v15 4/6] qmp: add QMP commands for virtio/vhost queue-status Jonah Palmer
2022-08-11 12:24 ` [PATCH v15 5/6] qmp: add QMP command x-query-virtio-queue-element Jonah Palmer
2022-08-11 12:24 ` [PATCH v15 6/6] hmp: add virtio commands Jonah Palmer
2022-09-27 8:36 ` [PATCH v15 0/6] hmp,qmp: Add commands to introspect virtio devices Jonah Palmer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tt5vh75c.fsf@pond.sub.org \
--to=armbru@redhat.com \
--cc=arei.gonglei@huawei.com \
--cc=berrange@redhat.com \
--cc=boris.ostrovsky@oracle.com \
--cc=david@redhat.com \
--cc=dgilbert@redhat.com \
--cc=eblake@redhat.com \
--cc=eric.auger@redhat.com \
--cc=groug@kaod.org \
--cc=joao.m.martins@oracle.com \
--cc=jonah.palmer@oracle.com \
--cc=kraxel@redhat.com \
--cc=kwolf@redhat.com \
--cc=lvivier@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=mathieu.poirier@linaro.org \
--cc=michael.roth@amd.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu_oss@crudebyte.com \
--cc=raphael.norwitz@nutanix.com \
--cc=si-wei.liu@oracle.com \
--cc=stefanha@redhat.com \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.