[Qemu-devel] [PULL 0/2] target/mips queue

Aurelien Jarno posted 2 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170717145556.14142-1-aurelien@aurel32.net
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
target/mips/helper.c    |  2 ++
target/mips/translate.c | 18 ++++++++++++------
2 files changed, 14 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL 0/2] target/mips queue
Posted by Aurelien Jarno 6 years, 8 months ago
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(-)

-- 
2.11.0


Re: [Qemu-devel] [PULL 0/2] target/mips queue
Posted by Peter Maydell 6 years, 8 months ago
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