[Qemu-devel] [PULL 0/2] MIPS queue for July 23rd, 2019

Aleksandar Markovic posted 2 patches 4 years, 9 months ago
Test docker-clang@ubuntu passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1563877107-5486-1-git-send-email-aleksandar.markovic@rt-rk.com
Maintainers: Aleksandar Markovic <amarkovic@wavecomp.com>, Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <arikalo@wavecomp.com>
target/mips/msa_helper.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
target/mips/translate.c  |  2 ++
2 files changed, 76 insertions(+)
[Qemu-devel] [PULL 0/2] MIPS queue for July 23rd, 2019
Posted by Aleksandar Markovic 4 years, 9 months ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

The following changes since commit 23da9e297b4120ca9702cabec91599a44255fe96:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190722' into staging (2019-07-22 15:16:48 +0100)

are available in the git repository at:

  https://github.com/AMarkovic/qemu-2 tags/mips-queue-jul-23-2019

for you to fetch changes up to 51229582583a4b64e93f2655153d905e4d8583d2:

  target/mips: Fix emulation of MSA pack instructions on big endian hosts (2019-07-22 19:33:09 +0200)

----------------------------------------------------------------
MIPS queue for July 23rd, 2019

Highlights:

  - a '/* fall thourgh */' patch
  - fix for MSA pack emulation on big endian hosts

----------------------------------------------------------------

Aleksandar Markovic (2):
  target/mips: Add 'fall through' comments for handling nanoMips' SHXS,
    SWXS
  target/mips: Fix emulation of MSA pack instructions on big endian
    hosts

 target/mips/msa_helper.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
 target/mips/translate.c  |  2 ++
 2 files changed, 76 insertions(+)

-- 
2.7.4


Re: [Qemu-devel] [PULL 0/2] MIPS queue for July 23rd, 2019
Posted by Peter Maydell 4 years, 9 months ago
On Tue, 23 Jul 2019 at 11:18, Aleksandar Markovic
<aleksandar.markovic@rt-rk.com> wrote:
>
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> The following changes since commit 23da9e297b4120ca9702cabec91599a44255fe96:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190722' into staging (2019-07-22 15:16:48 +0100)
>
> are available in the git repository at:
>
>   https://github.com/AMarkovic/qemu-2 tags/mips-queue-jul-23-2019
>
> for you to fetch changes up to 51229582583a4b64e93f2655153d905e4d8583d2:
>
>   target/mips: Fix emulation of MSA pack instructions on big endian hosts (2019-07-22 19:33:09 +0200)
>
> ----------------------------------------------------------------
> MIPS queue for July 23rd, 2019
>
> Highlights:
>
>   - a '/* fall thourgh */' patch
>   - fix for MSA pack emulation on big endian hosts
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM