mbox

[PULL] qemu-sparc update

Message ID 20160624174103.GB27648@kentang.lan
State New
Headers show

Pull-request

https://github.com/mcayland/qemu.git tags/qemu-sparc-signed

Message

Mark Cave-Ayland June 24, 2016, 5:41 p.m. UTC
Hi Peter,

This request just contains Artyom's fix for the Solaris 9 regression introduced
by the previous register window changes. Please pull.


ATB,

Mark.


The following changes since commit a01aef5d2f96c334d048f43f0d3573a1152b37ca:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2016-06-24 11:00:15 +0100)

are available in the git repository at:


  https://github.com/mcayland/qemu.git tags/qemu-sparc-signed

for you to fetch changes up to b64d2e57e704edbb56ae969de864292dd38379bf:

  target-sparc: fix register corruption in ldstub if there is no write permission (2016-06-24 18:18:32 +0100)

----------------------------------------------------------------
qemu-sparc update

----------------------------------------------------------------
Artyom Tarasenko (1):
      target-sparc: fix register corruption in ldstub if there is no write permission

 target-sparc/translate.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Peter Maydell June 27, 2016, 10:48 a.m. UTC | #1
On 24 June 2016 at 18:41, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> This request just contains Artyom's fix for the Solaris 9 regression introduced
> by the previous register window changes. Please pull.
>
>
> ATB,
>
> Mark.
>
>
> The following changes since commit a01aef5d2f96c334d048f43f0d3573a1152b37ca:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2016-06-24 11:00:15 +0100)
>
> are available in the git repository at:
>
>
>   https://github.com/mcayland/qemu.git tags/qemu-sparc-signed
>
> for you to fetch changes up to b64d2e57e704edbb56ae969de864292dd38379bf:
>
>   target-sparc: fix register corruption in ldstub if there is no write permission (2016-06-24 18:18:32 +0100)
>
> ----------------------------------------------------------------
> qemu-sparc update
>
> ----------------------------------------------------------------
> Artyom Tarasenko (1):
>       target-sparc: fix register corruption in ldstub if there is no write permission
>
>  target-sparc/translate.c |    5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Applied, thanks.

-- PMM