mbox

[PULL] target-sparc: Add and use CPU_FEATURE_CASA

Message ID 20140312072526.GA15632@kentang.lan
State New
Headers show

Pull-request

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

Message

Mark Cave-Ayland March 12, 2014, 7:25 a.m. UTC
Hi Peter,

This request contains just a single patch to add CPU_FEATURE_CASA for target-sparc. 
Please pull for 2.0.


Many thanks,

Mark.


The following changes since commit 239618707637ec87eba8c452d2b2f75dc5ca20c7:

  Merge remote-tracking branch 'remotes/kvm/uq/master' into staging (2014-03-11 19:39:17 +0000)

are available in the git repository at:


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

for you to fetch changes up to 16c358e96e0597b7d60754547166ad05ecc6d93d:

  target-sparc: Add and use CPU_FEATURE_CASA (2014-03-12 00:22:01 +0000)

----------------------------------------------------------------
Sebastian Huber (1):
      target-sparc: Add and use CPU_FEATURE_CASA

 target-sparc/cpu.c         |    3 ++-
 target-sparc/cpu.h         |    4 +++-
 target-sparc/helper.h      |    4 +++-
 target-sparc/ldst_helper.c |   28 ++++++++++++++-----------
 target-sparc/translate.c   |   49 +++++++++++++++++++++++++++++---------------
 5 files changed, 56 insertions(+), 32 deletions(-)

Comments

Peter Maydell March 12, 2014, 12:48 p.m. UTC | #1
On 12 March 2014 07:25, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> This request contains just a single patch to add CPU_FEATURE_CASA for target-sparc.
> Please pull for 2.0.
>

Applied, thanks.

-- PMM