diff options
| author | Alberto Garcia | 2015-05-07 16:58:26 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2015-05-08 13:11:10 +0200 |
| commit | 0caef8f6df4a9426bd6333ab843ce51ce005d7d0 (patch) | |
| tree | 75713cdde579e47b5a6511027e4ca28b67dfdd20 /qapi | |
| parent | glib-compat.h: change assert to g_assert (diff) | |
| download | qemu-0caef8f6df4a9426bd6333ab843ce51ce005d7d0.tar.gz qemu-0caef8f6df4a9426bd6333ab843ce51ce005d7d0.tar.xz qemu-0caef8f6df4a9426bd6333ab843ce51ce005d7d0.zip | |
docs: update BLOCK_IMAGE_CORRUPTED documentation
Label the "size" and "offset" fields in BLOCK_IMAGE_CORRUPTED as
optional, and clarify that the latter refers to the host's offset into
the image.
Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qapi')
| -rw-r--r-- | qapi/block-core.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
