Re: [Qemu-devel] [PATCH V2 2/5] block: move input parsing code in qmp_transaction()

2013-04-16 Thread Eric Blake
On 04/13/2013 05:11 AM, Wenchao Xia wrote: > The code is moved into preparation function, and is changed > a bit to tip more clearly what it is doing. > > Signed-off-by: Wenchao Xia > --- > blockdev.c | 38 +++--- > 1 files changed, 19 insertions(+), 19 deleti

[Qemu-devel] [PATCH V2 2/5] block: move input parsing code in qmp_transaction()

2013-04-13 Thread Wenchao Xia
The code is moved into preparation function, and is changed a bit to tip more clearly what it is doing. Signed-off-by: Wenchao Xia --- blockdev.c | 38 +++--- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/blockdev.c b/blockdev.c index e01906