Re: [Qemu-devel] [RFC V3 5/7] qmp: Allow block_resize to manipulate bs graph nodes.

2013-12-04 Thread Eric Blake
On 12/03/2013 06:26 AM, Benoît Canet wrote: > Signed-off-by: Benoit Canet > --- > blockdev.c | 13 + > hmp.c| 2 +- > qapi-schema.json | 10 -- > qmp-commands.hx | 3 ++- > 4 files changed, 20 insertions(+), 8 deletions(-) > > diff --git a/blockdev.c b/bl

[Qemu-devel] [RFC V3 5/7] qmp: Allow block_resize to manipulate bs graph nodes.

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