On 08/29/2013 08:00 AM, Paolo Bonzini wrote:
> Eric Blake also requested including the output in qapi-schema.json,
> so that it is published through the introspection mechanism.
> 
> Signed-off-by: Paolo Bonzini <[email protected]>
> ---
>  qapi-schema.json | 29 +++++++++++++++++++++++++++++
>  qemu-img.texi    | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 84 insertions(+)
> 
> +# @offset: if present, the image file stores the data for this range in
> +#          raw format at the given offset.
> +#
> +# Since 1.6

We missed that boat.  1.7 now.

> +##
> +{ 'type': 'BlockDeviceMapEntry',
> +  'data': { 'start': 'int', 'length': 'int', 'depth': 'int', 'zero': 'bool',
> +            'data': 'bool', '*offset': 'int' } }

Fix that, and you can add:

Reviewed-by: Eric Blake <[email protected]>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to