mbox

[PULL] qemu-sparc update

Message ID 20160411153946.GB28381@kentang.lan
State New
Headers show

Pull-request

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

Message

Mark Cave-Ayland April 11, 2016, 3:39 p.m. UTC
Hi Peter,

This is a simple fix for the ldstub instruction to fix intermittent locking errors in Solaris under qemu-system-sparc. Please pull.


ATB,

Mark.


The following changes since commit dc1ffa66619b3661f17a309b0aa8d65d8d29583f:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160411' into staging (2016-04-11 14:37:53 +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 4553e10360a0713e31647220ed396942f9a6fca0:

  target-sparc: fix ldstub sign-extension bug (2016-04-11 16:25:07 +0100)

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

----------------------------------------------------------------
Mark Cave-Ayland (1):
      target-sparc: fix ldstub sign-extension bug

 target-sparc/translate.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell April 11, 2016, 4:10 p.m. UTC | #1
On 11 April 2016 at 16:39, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> This is a simple fix for the ldstub instruction to fix intermittent locking errors in Solaris under qemu-system-sparc. Please pull.
>
>
> ATB,
>
> Mark.
>
>
> The following changes since commit dc1ffa66619b3661f17a309b0aa8d65d8d29583f:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160411' into staging (2016-04-11 14:37:53 +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 4553e10360a0713e31647220ed396942f9a6fca0:
>
>   target-sparc: fix ldstub sign-extension bug (2016-04-11 16:25:07 +0100)
>
> ----------------------------------------------------------------
> qemu-sparc update
>
> ----------------------------------------------------------------
> Mark Cave-Ayland (1):
>       target-sparc: fix ldstub sign-extension bug
>
>  target-sparc/translate.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- PMM