qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 01/11] target/mips: Use an exception for semihosting


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v4 01/11] target/mips: Use an exception for semihosting
Date: Fri, 10 Jun 2022 17:07:47 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

On 8/6/22 07:19, Richard Henderson wrote:
Within do_interrupt, we hold the iothread lock, which
is required for Chardev access for the console, and for
the round trip for use_gdb_syscalls().

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  target/mips/cpu.h                         |  3 ++-
  target/mips/tcg/tcg-internal.h            |  2 ++
  target/mips/tcg/sysemu_helper.h.inc       |  2 --
  target/mips/tcg/exception.c               |  1 +
  target/mips/tcg/sysemu/mips-semi.c        |  4 ++--
  target/mips/tcg/sysemu/tlb_helper.c       |  4 ++++
  target/mips/tcg/translate.c               | 12 ++----------
  target/mips/tcg/micromips_translate.c.inc |  6 +++---
  target/mips/tcg/mips16e_translate.c.inc   |  2 +-
  target/mips/tcg/nanomips_translate.c.inc  |  4 ++--
  10 files changed, 19 insertions(+), 21 deletions(-)

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




reply via email to

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