mbox

[PULL,0/1] semihosting patch queue

Message ID 20220803005912.1593116-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

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

Message

Richard Henderson Aug. 3, 2022, 12:59 a.m. UTC
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(-)

Comments

Richard Henderson Aug. 3, 2022, 3:11 a.m. UTC | #1
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(-)