Re: [Qemu-devel] [PATCH] block: add apparent-size to query-block

2013-06-24 Thread Kevin Wolf
Am 21.06.2013 um 18:18 hat Federico Simoncelli geschrieben: > This patch adds the apparent-size entry to the query-block output. > The value represents the apparent size in bytes of the image, e.g. > file size (including the blocks not yet allocated) or block device > size. > > Signed-off-by: Fede

Re: [Qemu-devel] [PATCH] block: add apparent-size to query-block

2013-06-21 Thread Eric Blake
On 06/21/2013 05:18 PM, Federico Simoncelli wrote: > This patch adds the apparent-size entry to the query-block output. > The value represents the apparent size in bytes of the image, e.g. > file size (including the blocks not yet allocated) or block device > size. > > Signed-off-by: Federico Simo

[Qemu-devel] [PATCH] block: add apparent-size to query-block

2013-06-21 Thread Federico Simoncelli
This patch adds the apparent-size entry to the query-block output. The value represents the apparent size in bytes of the image, e.g. file size (including the blocks not yet allocated) or block device size. Signed-off-by: Federico Simoncelli --- block/qapi.c |3 ++- qapi-schema.json |