qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 06/15] monitor: expose monitor_puts to rest of code


From: Richard Henderson
Subject: Re: [PATCH v1 06/15] monitor: expose monitor_puts to rest of code
Date: Sat, 9 Apr 2022 08:58:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 4/8/22 09:47, Alex Bennée wrote:
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);

Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  include/monitor/monitor.h  | 1 +
  monitor/monitor-internal.h | 1 -
  2 files changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]