"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. HMP command handlers should be implemented
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 Gilbert
---
hmp-commands.hx | 13 +
hmp.c |