[PULL 0/1] semihosting patch queue

Richard Henderson posted 1 patch 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220803005912.1593116-1-richard.henderson@linaro.org
Maintainers: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Stefan Pejic <stefan.pejic@syrmia.com>
There is a newer version of this series
target/mips/tcg/translate.h               |  4 ++++
target/mips/tcg/sysemu/tlb_helper.c       |  1 +
target/mips/tcg/translate.c               | 10 +++++-----
target/mips/tcg/micromips_translate.c.inc |  6 +++---
target/mips/tcg/mips16e_translate.c.inc   |  2 +-
target/mips/tcg/nanomips_translate.c.inc  |  4 ++--
6 files changed, 16 insertions(+), 11 deletions(-)
[PULL 0/1] semihosting patch queue
Posted by Richard Henderson 1 year, 9 months ago
The following changes since commit 430a388ef4a6e02e762a9c5f86c539f886a6a61a:

  Merge tag 'pull-migration-20220802c' of https://gitlab.com/dagrh/qemu into staging (2022-08-02 10:03:18 -0700)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-semi-20220802

for you to fetch changes up to d44971e725c02e0656d2f53d4fb564f92e06aef7:

  target/mips: Advance pc after semihosting exception (2022-08-02 12:34:00 -0700)

----------------------------------------------------------------
Fix mips semihosting regression.

----------------------------------------------------------------
Richard Henderson (1):
      target/mips: Advance pc after semihosting exception

 target/mips/tcg/translate.h               |  4 ++++
 target/mips/tcg/sysemu/tlb_helper.c       |  1 +
 target/mips/tcg/translate.c               | 10 +++++-----
 target/mips/tcg/micromips_translate.c.inc |  6 +++---
 target/mips/tcg/mips16e_translate.c.inc   |  2 +-
 target/mips/tcg/nanomips_translate.c.inc  |  4 ++--
 6 files changed, 16 insertions(+), 11 deletions(-)
Re: [PULL 0/1] semihosting patch queue
Posted by Richard Henderson 1 year, 9 months ago
On 8/2/22 17:59, Richard Henderson wrote:
> The following changes since commit 430a388ef4a6e02e762a9c5f86c539f886a6a61a:
> 
>    Merge tag 'pull-migration-20220802c' of https://gitlab.com/dagrh/qemu into staging (2022-08-02 10:03:18 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-semi-20220802
> 
> for you to fetch changes up to d44971e725c02e0656d2f53d4fb564f92e06aef7:
> 
>    target/mips: Advance pc after semihosting exception (2022-08-02 12:34:00 -0700)
> 
> ----------------------------------------------------------------
> Fix mips semihosting regression.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Richard Henderson (1):
>        target/mips: Advance pc after semihosting exception
> 
>   target/mips/tcg/translate.h               |  4 ++++
>   target/mips/tcg/sysemu/tlb_helper.c       |  1 +
>   target/mips/tcg/translate.c               | 10 +++++-----
>   target/mips/tcg/micromips_translate.c.inc |  6 +++---
>   target/mips/tcg/mips16e_translate.c.inc   |  2 +-
>   target/mips/tcg/nanomips_translate.c.inc  |  4 ++--
>   6 files changed, 16 insertions(+), 11 deletions(-)