Alex Bennée bf0c50d4aa monitor: expose monitor_puts to rest of code
This helps us construct strings elsewhere before echoing to the
monitor. It avoids having to jump through hoops like:

  monitor_printf(mon, "%s", s->str);

It will be useful in following patches but for now convert all
existing plain "%s" printfs to use the _puts api.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220929114231.583801-33-alex.bennee@linaro.org>
2022-10-06 11:53:40 +01:00
..
2022-09-29 11:40:28 +02:00
2018-07-13 10:16:04 +01:00
2016-05-26 11:12:05 -06:00
2021-11-19 10:16:58 +01:00
2016-03-11 16:59:12 +02:00
2022-04-26 12:38:44 +02:00
2020-09-01 09:31:33 +02:00
2021-11-19 10:16:58 +01:00