mbox series

[0/5] qapi: Doc comment cleanups

Message ID 20240711112228.2140606-1-armbru@redhat.com
Headers show
Series qapi: Doc comment cleanups | expand

Message

Markus Armbruster July 11, 2024, 11:22 a.m. UTC
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(-)

Comments

Michael S. Tsirkin July 16, 2024, 4:18 p.m. UTC | #1
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
Markus Armbruster July 17, 2024, 10:46 a.m. UTC | #2
Queued.