mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 09:04:39 -07:00
qapi: Plug trivial documentation holes around former simple unions
The conversion of simple to flat unions left the @data members undocumented. Add documentation where it's trivial. Copy verbatim from the wrapped type's description where possible. Leftovers: String (to be taken care of in the next commit), and TransActionAction (left for another day). Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240205074709.3613229-13-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
a57790f7d7
commit
2fecccbc84
7 changed files with 68 additions and 34 deletions
|
|
@ -498,6 +498,8 @@
|
|||
##
|
||||
# @ChardevFileWrapper:
|
||||
#
|
||||
# @data: Configuration info for file chardevs
|
||||
#
|
||||
# Since: 1.4
|
||||
##
|
||||
{ 'struct': 'ChardevFileWrapper',
|
||||
|
|
@ -506,6 +508,8 @@
|
|||
##
|
||||
# @ChardevHostdevWrapper:
|
||||
#
|
||||
# @data: Configuration info for device and pipe chardevs
|
||||
#
|
||||
# Since: 1.4
|
||||
##
|
||||
{ 'struct': 'ChardevHostdevWrapper',
|
||||
|
|
@ -514,6 +518,8 @@
|
|||
##
|
||||
# @ChardevSocketWrapper:
|
||||
#
|
||||
# @data: Configuration info for (stream) socket chardevs
|
||||
#
|
||||
# Since: 1.4
|
||||
##
|
||||
{ 'struct': 'ChardevSocketWrapper',
|
||||
|
|
@ -522,6 +528,8 @@
|
|||
##
|
||||
# @ChardevUdpWrapper:
|
||||
#
|
||||
# @data: Configuration info for datagram socket chardevs
|
||||
#
|
||||
# Since: 1.5
|
||||
##
|
||||
{ 'struct': 'ChardevUdpWrapper',
|
||||
|
|
@ -530,6 +538,8 @@
|
|||
##
|
||||
# @ChardevCommonWrapper:
|
||||
#
|
||||
# @data: Configuration shared across all chardev backends
|
||||
#
|
||||
# Since: 2.6
|
||||
##
|
||||
{ 'struct': 'ChardevCommonWrapper',
|
||||
|
|
@ -538,6 +548,8 @@
|
|||
##
|
||||
# @ChardevMuxWrapper:
|
||||
#
|
||||
# @data: Configuration info for mux chardevs
|
||||
#
|
||||
# Since: 1.5
|
||||
##
|
||||
{ 'struct': 'ChardevMuxWrapper',
|
||||
|
|
@ -546,6 +558,8 @@
|
|||
##
|
||||
# @ChardevStdioWrapper:
|
||||
#
|
||||
# @data: Configuration info for stdio chardevs
|
||||
#
|
||||
# Since: 1.5
|
||||
##
|
||||
{ 'struct': 'ChardevStdioWrapper',
|
||||
|
|
@ -554,6 +568,8 @@
|
|||
##
|
||||
# @ChardevSpiceChannelWrapper:
|
||||
#
|
||||
# @data: Configuration info for spice vm channel chardevs
|
||||
#
|
||||
# Since: 1.5
|
||||
##
|
||||
{ 'struct': 'ChardevSpiceChannelWrapper',
|
||||
|
|
@ -563,6 +579,8 @@
|
|||
##
|
||||
# @ChardevSpicePortWrapper:
|
||||
#
|
||||
# @data: Configuration info for spice port chardevs
|
||||
#
|
||||
# Since: 1.5
|
||||
##
|
||||
{ 'struct': 'ChardevSpicePortWrapper',
|
||||
|
|
@ -572,6 +590,8 @@
|
|||
##
|
||||
# @ChardevQemuVDAgentWrapper:
|
||||
#
|
||||
# @data: Configuration info for qemu vdagent implementation
|
||||
#
|
||||
# Since: 6.1
|
||||
##
|
||||
{ 'struct': 'ChardevQemuVDAgentWrapper',
|
||||
|
|
@ -581,6 +601,8 @@
|
|||
##
|
||||
# @ChardevDBusWrapper:
|
||||
#
|
||||
# @data: Configuration info for DBus chardevs
|
||||
#
|
||||
# Since: 7.0
|
||||
##
|
||||
{ 'struct': 'ChardevDBusWrapper',
|
||||
|
|
@ -590,6 +612,8 @@
|
|||
##
|
||||
# @ChardevVCWrapper:
|
||||
#
|
||||
# @data: Configuration info for virtual console chardevs
|
||||
#
|
||||
# Since: 1.5
|
||||
##
|
||||
{ 'struct': 'ChardevVCWrapper',
|
||||
|
|
@ -598,6 +622,8 @@
|
|||
##
|
||||
# @ChardevRingbufWrapper:
|
||||
#
|
||||
# @data: Configuration info for ring buffer chardevs
|
||||
#
|
||||
# Since: 1.5
|
||||
##
|
||||
{ 'struct': 'ChardevRingbufWrapper',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue