Re: [Qemu-devel] [PATCH v2 6/9] qom: Implement qom-get HMP command

2015-03-12 Thread Gonglei
On 2015/3/13 0:43, Andreas Färber wrote: > Reimplement it based on qmp_qom_get() to avoid converting QObjects back > to strings. > > Inspired-by: Paolo Bonzini > Signed-off-by: Andreas Färber > --- > hmp-commands.hx | 13 + > hmp.c | 22 ++ > hmp.h

[Qemu-devel] [PATCH v2 6/9] qom: Implement qom-get HMP command

2015-03-12 Thread Andreas Färber
Reimplement it based on qmp_qom_get() to avoid converting QObjects back to strings. Inspired-by: Paolo Bonzini Signed-off-by: Andreas Färber --- hmp-commands.hx | 13 + hmp.c | 22 ++ hmp.h | 1 + 3 files changed, 36 insertions(+) diff --git