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/block-core.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/block-core.json')
-rw-r--r-- | qapi/block-core.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index af6b436540..925e53e944 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1436,7 +1436,8 @@ # @device: device name # # @msg: informative message for human consumption, such as the kind of -# corruption being detected +# corruption being detected. It should not be parsed by machine as it is +# not guaranteed to be stable # # @offset: #optional, if the corruption resulted from an image access, this is # the access offset into the image |