[PATCH 0/5] qapi: Doc comment cleanups

Markus Armbruster posted 5 patches 4 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240711112228.2140606-1-armbru@redhat.com
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
qapi/machine.json | 18 ++++++++----------
qapi/pci.json     |  6 ++----
qapi/sockets.json |  7 +++----
qapi/ui.json      |  2 --
4 files changed, 13 insertions(+), 20 deletions(-)
[PATCH 0/5] qapi: Doc comment cleanups
Posted by Markus Armbruster 4 months, 2 weeks ago
Markus Armbruster (5):
  qapi/pci: Clean up documentation around PciDeviceClass
  qapi/machine: Clean up documentation around CpuInstanceProperties
  qapi/machine: Clarify query-uuid value when none has been specified
  qapi/sockets: Move deprecation note out of SocketAddress doc comment
  qapi/ui: Drop note on naming of SpiceQueryMouseMode

 qapi/machine.json | 18 ++++++++----------
 qapi/pci.json     |  6 ++----
 qapi/sockets.json |  7 +++----
 qapi/ui.json      |  2 --
 4 files changed, 13 insertions(+), 20 deletions(-)

-- 
2.45.0
Re: [PATCH 0/5] qapi: Doc comment cleanups
Posted by Michael S. Tsirkin 4 months, 1 week ago
On Thu, Jul 11, 2024 at 01:22:23PM +0200, Markus Armbruster wrote:
> Markus Armbruster (5):
>   qapi/pci: Clean up documentation around PciDeviceClass
>   qapi/machine: Clean up documentation around CpuInstanceProperties
>   qapi/machine: Clarify query-uuid value when none has been specified
>   qapi/sockets: Move deprecation note out of SocketAddress doc comment
>   qapi/ui: Drop note on naming of SpiceQueryMouseMode

pci/machine bits:

Reviewed-by: Michael S. Tsirkin <mst@redhat.com>

>  qapi/machine.json | 18 ++++++++----------
>  qapi/pci.json     |  6 ++----
>  qapi/sockets.json |  7 +++----
>  qapi/ui.json      |  2 --
>  4 files changed, 13 insertions(+), 20 deletions(-)
> 
> -- 
> 2.45.0
Re: [PATCH 0/5] qapi: Doc comment cleanups
Posted by Markus Armbruster 4 months, 1 week ago
Queued.