mbox

[PULL] qemu-sparc update

Message ID 20160415084008.GB9466@kentang.lan
State New
Headers show

Pull-request

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

Message

Mark Cave-Ayland April 15, 2016, 8:40 a.m. UTC
Hi Peter,

This contains some register corruption fixes for qemu-system-sparc64. Please pull.


ATB,

Mark.


The following changes since commit bc8995cafa0c36b9e4be682e9a60d59484b33500:

  Update version for v2.6.0-rc2 release (2016-04-14 17:30:28 +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 de5f1077446ca455342db149737bdc395a7b9882:

  target-sparc: fix Trap Based Address Register behavior for sparc64 (2016-04-15 09:30:40 +0100)

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

----------------------------------------------------------------
Artyom Tarasenko (2):
      target-sparc: fix Nucleus quad LDD 128 bit access for windowed registers
      target-sparc: fix Trap Based Address Register behavior for sparc64

 target-sparc/int64_helper.c |    5 ++---
 target-sparc/ldst_helper.c  |   12 ++++++------
 2 files changed, 8 insertions(+), 9 deletions(-)

Comments

Peter Maydell April 15, 2016, 10:26 a.m. UTC | #1
On 15 April 2016 at 09:40, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> This contains some register corruption fixes for qemu-system-sparc64. Please pull.
>
>
> ATB,
>
> Mark.
>
>
> The following changes since commit bc8995cafa0c36b9e4be682e9a60d59484b33500:
>
>   Update version for v2.6.0-rc2 release (2016-04-14 17:30:28 +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 de5f1077446ca455342db149737bdc395a7b9882:
>
>   target-sparc: fix Trap Based Address Register behavior for sparc64 (2016-04-15 09:30:40 +0100)
>
> ----------------------------------------------------------------
> qemu-sparc update
>
> ----------------------------------------------------------------
> Artyom Tarasenko (2):
>       target-sparc: fix Nucleus quad LDD 128 bit access for windowed registers
>       target-sparc: fix Trap Based Address Register behavior for sparc64

Applied, thanks.

-- PMM