[PULL 0/1] target/sparc late fix

Richard Henderson posted 1 patch 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240412185431.465942-1-richard.henderson@linaro.org
Maintainers: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>
target/sparc/helper.h      |  3 +++
target/sparc/ldst_helper.c | 65 ++++++++++++++++++++++++++++++++--------------
target/sparc/translate.c   | 48 ++++++++++++++++++++++++++++++++--
3 files changed, 94 insertions(+), 22 deletions(-)
[PULL 0/1] target/sparc late fix
Posted by Richard Henderson 2 weeks, 3 days ago
Since this problem has 4 issues open, let's get it for 9.0.


r~


The following changes since commit be72d6ab361a26878752467a17289066dfd5bc28:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-04-12 16:01:04 +0100)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-sp-20240412

for you to fetch changes up to c84f5198b0b676ad67962b5250af1b0d0842e319:

  target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXT (2024-04-12 11:48:26 -0700)

----------------------------------------------------------------
target/sparc: Fix ASI_USERTXT for Solaris gdb crashes

----------------------------------------------------------------
Richard Henderson (1):
      target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXT

 target/sparc/helper.h      |  3 +++
 target/sparc/ldst_helper.c | 65 ++++++++++++++++++++++++++++++++--------------
 target/sparc/translate.c   | 48 ++++++++++++++++++++++++++++++++--
 3 files changed, 94 insertions(+), 22 deletions(-)
Re: [PULL 0/1] target/sparc late fix
Posted by Peter Maydell 2 weeks, 1 day ago
On Fri, 12 Apr 2024 at 19:55, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Since this problem has 4 issues open, let's get it for 9.0.
>
>
> r~
>
>
> The following changes since commit be72d6ab361a26878752467a17289066dfd5bc28:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-04-12 16:01:04 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/rth7680/qemu.git tags/pull-sp-20240412
>
> for you to fetch changes up to c84f5198b0b676ad67962b5250af1b0d0842e319:
>
>   target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXT (2024-04-12 11:48:26 -0700)
>
> ----------------------------------------------------------------
> target/sparc: Fix ASI_USERTXT for Solaris gdb crashes
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM
Re: [PULL 0/1] target/sparc late fix
Posted by Richard Henderson 2 weeks, 2 days ago
On 4/12/24 11:54, Richard Henderson wrote:
> Since this problem has 4 issues open, let's get it for 9.0.
> 
> 
> r~
> 
> 
> The following changes since commit be72d6ab361a26878752467a17289066dfd5bc28:

I've updated the tag to 2786a3f8d3a047cc21271380324c0b7d8217f238
to include M Bazz's tested-by tag.


r~

> 
>    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-04-12 16:01:04 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-sp-20240412
> 
> for you to fetch changes up to c84f5198b0b676ad67962b5250af1b0d0842e319:
> 
>    target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXT (2024-04-12 11:48:26 -0700)
> 
> ----------------------------------------------------------------
> target/sparc: Fix ASI_USERTXT for Solaris gdb crashes
> 
> ----------------------------------------------------------------
> Richard Henderson (1):
>        target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXT
> 
>   target/sparc/helper.h      |  3 +++
>   target/sparc/ldst_helper.c | 65 ++++++++++++++++++++++++++++++++--------------
>   target/sparc/translate.c   | 48 ++++++++++++++++++++++++++++++++--
>   3 files changed, 94 insertions(+), 22 deletions(-)