mbox

[PULL,0/2] target/mips queue

Message ID 20170717145556.14142-1-aurelien@aurel32.net
State New
Headers show

Pull-request

git://git.aurel32.net/qemu.git tags/pull-target-mips-20170717

Message

Aurelien Jarno July 17, 2017, 2:55 p.m. UTC
Two additional MIPS patches that have been sent a few weeks ago and
which got reviewed.

Thanks,
Aurelien

The following changes since commit 77031ee1ce4c7e5f4b4941535c4912eb2eb3503c:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170717' into staging (2017-07-17 12:52:59 +0100)

are available in the git repository at:

  git://git.aurel32.net/qemu.git tags/pull-target-mips-20170717

for you to fetch changes up to 06a57e5cc7ee5292a4915117ebf951e310a28264:

  target/mips: optimize WSBH, DSBH and DSHD (2017-07-17 16:48:21 +0200)

----------------------------------------------------------------
Queued target/mips patches

----------------------------------------------------------------
Aurelien Jarno (1):
      target/mips: optimize WSBH, DSBH and DSHD

Pavel Dovgalyuk (1):
      mips: set CP0 Debug DExcCode for SDBBP instruction

 target/mips/helper.c    |  2 ++
 target/mips/translate.c | 18 ++++++++++++------
 2 files changed, 14 insertions(+), 6 deletions(-)

Comments

Peter Maydell July 18, 2017, 12:09 p.m. UTC | #1
On 17 July 2017 at 15:55, Aurelien Jarno <aurelien@aurel32.net> wrote:
> Two additional MIPS patches that have been sent a few weeks ago and
> which got reviewed.
>
> Thanks,
> Aurelien
>
> The following changes since commit 77031ee1ce4c7e5f4b4941535c4912eb2eb3503c:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170717' into staging (2017-07-17 12:52:59 +0100)
>
> are available in the git repository at:
>
>   git://git.aurel32.net/qemu.git tags/pull-target-mips-20170717
>
> for you to fetch changes up to 06a57e5cc7ee5292a4915117ebf951e310a28264:
>
>   target/mips: optimize WSBH, DSBH and DSHD (2017-07-17 16:48:21 +0200)
>
> ----------------------------------------------------------------
> Queued target/mips patches
>
> ----------------------------------------------------------------
> Aurelien Jarno (1):
>       target/mips: optimize WSBH, DSBH and DSHD
>
> Pavel Dovgalyuk (1):
>       mips: set CP0 Debug DExcCode for SDBBP instruction
>
>  target/mips/helper.c    |  2 ++
>  target/mips/translate.c | 18 ++++++++++++------
>  2 files changed, 14 insertions(+), 6 deletions(-)

Applied, thanks.

-- PMM