From 0caef8f6df4a9426bd6333ab843ce51ce005d7d0 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Thu, 7 May 2015 17:58:26 +0300 Subject: 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 Reviewed-by: Eric Blake Signed-off-by: Michael Tokarev --- docs/qmp/qmp-events.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/qmp') diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt index b19e490..64ba46c 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: -- cgit v1.1