Re: [Qemu-devel] [PATCH v2] qapi: Add "backing" to BlockStats

2014-01-24 Thread Kevin Wolf
Am 23.01.2014 um 03:03 hat Fam Zheng geschrieben: > Currently there is no way to query BlockStats of the backing chain. This > adds "backing" field into BlockStats to make it possible. > > The comment of "parent" is reworded. > > Signed-off-by: Fam Zheng Thanks, applied to the block branch. Ke

Re: [Qemu-devel] [PATCH v2] qapi: Add "backing" to BlockStats

2014-01-23 Thread Benoît Canet
Le Thursday 23 Jan 2014 à 10:03:26 (+0800), Fam Zheng a écrit : > Currently there is no way to query BlockStats of the backing chain. This > adds "backing" field into BlockStats to make it possible. > > The comment of "parent" is reworded. > > Signed-off-by: Fam Zheng > > --- > v2: Only add "ba

Re: [Qemu-devel] [PATCH v2] qapi: Add "backing" to BlockStats

2014-01-22 Thread Eric Blake
On 01/22/2014 07:03 PM, Fam Zheng wrote: > Currently there is no way to query BlockStats of the backing chain. This > adds "backing" field into BlockStats to make it possible. > > The comment of "parent" is reworded. > > Signed-off-by: Fam Zheng > > --- > v2: Only add "backing", drop "file". >

[Qemu-devel] [PATCH v2] qapi: Add "backing" to BlockStats

2014-01-22 Thread Fam Zheng
Currently there is no way to query BlockStats of the backing chain. This adds "backing" field into BlockStats to make it possible. The comment of "parent" is reworded. Signed-off-by: Fam Zheng --- v2: Only add "backing", drop "file". Signed-off-by: Fam Zheng --- block/qapi.c | 5 +