Re: [Qemu-devel] [PATCH V5 6/7] qmp: Allow block_resize to manipulate bs graph nodes.

2014-01-20 Thread Fam Zheng
On Thu, 12/12 16:33, Benoît Canet wrote: > Signed-off-by: Benoit Canet > --- > blockdev.c | 18 ++ > hmp.c| 2 +- > qapi-schema.json | 10 -- > qmp-commands.hx | 3 ++- > 4 files changed, 25 insertions(+), 8 deletions(-) > > diff --git a/blockdev.c b/

[Qemu-devel] [PATCH V5 6/7] qmp: Allow block_resize to manipulate bs graph nodes.

2013-12-12 Thread Benoît Canet
Signed-off-by: Benoit Canet --- blockdev.c | 18 ++ hmp.c| 2 +- qapi-schema.json | 10 -- qmp-commands.hx | 3 ++- 4 files changed, 25 insertions(+), 8 deletions(-) diff --git a/blockdev.c b/blockdev.c index ebb8f48..374d03d 100644 --- a/blockdev.c +