Re: [Qemu-devel] [PATCHv2] block: add the optional file entry to query-block

2013-07-10 Thread Kevin Wolf
Am 05.07.2013 um 16:28 hat Federico Simoncelli geschrieben: > This patch adds the optional file entry to the query-block output. > The value is a json-object representing the information about the > underlying file or device (when present). > > Signed-off-by: Federico Simoncelli > --- > block/qa

Re: [Qemu-devel] [PATCHv2] block: add the optional file entry to query-block

2013-07-09 Thread Eric Blake
On 07/05/2013 08:28 AM, Federico Simoncelli wrote: > This patch adds the optional file entry to the query-block output. > The value is a json-object representing the information about the > underlying file or device (when present). > > Signed-off-by: Federico Simoncelli > --- > block/qapi.c

[Qemu-devel] [PATCHv2] block: add the optional file entry to query-block

2013-07-05 Thread Federico Simoncelli
This patch adds the optional file entry to the query-block output. The value is a json-object representing the information about the underlying file or device (when present). Signed-off-by: Federico Simoncelli --- block/qapi.c |7 +++ qapi-schema.json |4 +++-