Re: [Qemu-devel] [PATCH qom-next 3/4] qom: Implement qom-get HMP command
On Thu, May 08, 2014 at 04:21:16PM +0200, 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 +
[Qemu-devel] [PATCH qom-next 3/4] qom: Implement qom-get HMP command
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