diff options
author | Wenchao Xia <wenchaoqemu@gmail.com> | 2014-06-24 16:34:00 -0700 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-06-27 09:27:56 -0400 |
commit | 2f44a08b3e2a42eb78dcb75657e007dffacba30d (patch) | |
tree | 7122392a1cd58170934300954da8ff56b01df2d0 /qapi-schema.json | |
parent | d6f9c82c62023c1ed5af76847c55b0a663bdd2cc (diff) |
qapi event: clean up in callers
This patch improves docs and address small issues in event
callers.
Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 37c218994e..c68a17f4d8 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -657,8 +657,9 @@ # # @host: IP address # -# @service: The service name of vnc port. This may depend on the host system's -# service database so symbolic names should not be relied on. +# @service: The service name of the vnc port. This may depend on the host +# system's service database so symbolic names should not be relied +# on. # # @family: address family # @@ -697,7 +698,7 @@ ## { 'type': 'VncClientInfo', 'base': 'VncBasicInfo', - 'data': { '*x509_dname' : 'str', '*sasl_username': 'str' } } + 'data': { '*x509_dname': 'str', '*sasl_username': 'str' } } ## # @VncInfo: |