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

2013-07-02 Thread Stefan Hajnoczi
On Fri, Jun 28, 2013 at 10:32:30AM -0400, 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

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

2013-07-01 Thread Kevin Wolf
Am 28.06.2013 um 21:32 hat Eric Blake geschrieben: On 06/28/2013 08:32 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).

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

2013-06-28 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 fsimo...@redhat.com --- block/qapi.c |9 - qapi-schema.json

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

2013-06-28 Thread Eric Blake
On 06/28/2013 08:32 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 fsimo...@redhat.com ---