[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [qemu-xen master] qapi: use one symbol per line
commit 9f2a70e465453193c756abc2a8f38e10a9774b3c Author: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> AuthorDate: Thu Nov 17 19:54:54 2016 +0400 Commit: Markus Armbruster <armbru@xxxxxxxxxx> CommitDate: Mon Dec 5 17:41:38 2016 +0100 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@xxxxxxxxxx> Message-Id: <20161117155504.21843-8-marcandre.lureau@xxxxxxxxxx> Reviewed-by: Markus Armbruster <armbru@xxxxxxxxxx> Signed-off-by: Markus Armbruster <armbru@xxxxxxxxxx> --- qapi-schema.json | 10 +++++++--- qapi/block-core.json | 8 ++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/qapi-schema.json b/qapi-schema.json index 9c0b46a..918a79f 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3612,15 +3612,19 @@ ## # @QKeyCode: # +# @unmapped: since 2.0 +# @pause: since 2.0 +# @ro: since 2.4 +# @kp_comma: since 2.4 +# @kp_equals: since 2.6 +# @power: since 2.6 +# # An enumeration of key name. # # This is used by the send-key command. # # Since: 1.3.0 # -# 'unmapped' and 'pause' since 2.0 -# 'ro' and 'kp_comma' since 2.4 -# 'kp_equals' and 'power' since 2.6 ## { 'enum': 'QKeyCode', 'data': [ 'unmapped', diff --git a/qapi/block-core.json b/qapi/block-core.json index 33bc93a..96d0859 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -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 ## -- generated by git-patchbot for /home/xen/git/qemu-xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |