mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
qapi: use one symbol per line
The documentation parser we are going to add only handles a single symbol per line. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20161117155504.21843-8-marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
4d5c8bc42f
commit
9f2a70e465
2 changed files with 13 additions and 5 deletions
|
@ -1712,9 +1712,13 @@
|
|||
#
|
||||
# Drivers that are supported in block device operations.
|
||||
#
|
||||
# @host_device, @host_cdrom: Since 2.1
|
||||
# @host_device: Since 2.1
|
||||
# @host_cdrom: Since 2.1
|
||||
# @gluster: Since 2.7
|
||||
# @nbd, @nfs, @replication, @ssh: Since 2.8
|
||||
# @nbd: Since 2.8
|
||||
# @nfs: Since 2.8
|
||||
# @replication: Since 2.8
|
||||
# @ssh: Since 2.8
|
||||
#
|
||||
# Since: 2.0
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue