diff options
-rw-r--r-- | docs/qmp/qmp-events.txt | 5 | ||||
-rw-r--r-- | qapi/block-core.json | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt index b19e490eb5..64ba46c769 100644 --- a/docs/qmp/qmp-events.txt +++ b/docs/qmp/qmp-events.txt @@ -43,9 +43,10 @@ Data: - "msg": Informative message (e.g., reason for the corruption) (json-string) - "offset": If the corruption resulted from an image access, this - is the access offset into the image (json-int) + is the host's access offset into the image + (json-int, optional) - "size": If the corruption resulted from an image access, this - is the access size (json-int) + is the access size (json-int, optional) Example: diff --git a/qapi/block-core.json b/qapi/block-core.json index dcf7c04ffa..863ffea0c7 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1847,7 +1847,7 @@ # not guaranteed to be stable # # @offset: #optional, if the corruption resulted from an image access, this is -# the access offset into the image +# the host's access offset into the image # # @size: #optional, if the corruption resulted from an image access, this is # the access size |