qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 4/8] target/mips: Avoid qemu_semihosting_log_out for UHI_p


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v5 4/8] target/mips: Avoid qemu_semihosting_log_out for UHI_plog
Date: Tue, 12 Jul 2022 22:25:02 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 28/6/22 13:16, Richard Henderson wrote:
Use semihost_sys_write and/or qemu_semihosting_console_write
for implementing plog.  When using gdbstub, copy the temp
string below the stack so that gdb has a guest address from
which to perform the log.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  target/mips/tcg/sysemu/mips-semi.c | 52 +++++++++++++++++++++++-------
  1 file changed, 41 insertions(+), 11 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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