Re: [Qemu-devel] [PATCH 2/2] qom: Implement qom-get HMP command

2016-09-19 Thread Markus Armbruster
"Dr. David Alan Gilbert (git)" writes: > From: "Dr. David Alan Gilbert" > > Reimplement it based on qmp_qom_get() to avoid converting QObjects back > to strings. It's not using qmp_qom_get(), though. That's a sign our abstractions aren't quite right.

[Qemu-devel] [PATCH 2/2] qom: Implement qom-get HMP command

2016-08-25 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Reimplement it based on qmp_qom_get() to avoid converting QObjects back to strings. Inspired-by: Paolo Bonzini Signed-off-by: Andreas Färber Slight fix for bit-rot: Signed-off-by: Dr. David Alan