Markus Armbruster <[email protected]> wrote: > Leaving interpolation into JSON to qmp() is more robust than building > QMP input manually, as explained in the recent commit "tests: Clean up > string interpolation into QMP input (simple cases)". > > migrate_recover() builds QMP input manually because wait_command() > can't interpolate. Well, it can since the previous commit. Simplify > accordingly. > > Bonus: gets rid of a non-literal format string. A step towards > compile-time format string checking without triggering > -Wformat-nonliteral. > > Cc: Juan Quintela <[email protected]> > Cc: Dr. David Alan Gilbert <[email protected]> > Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> Why, o why it needs to be so difficult!!!
