mbox

[PULL,00/20] MIPS queue for October 24th, 2019 - v2

Message ID 1572021862-28273-1-git-send-email-aleksandar.markovic@rt-rk.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/AMarkovic/qemu tags/mips-queue-oct-24-2019-v2

Message

Aleksandar Markovic Oct. 25, 2019, 4:44 p.m. UTC
From: Aleksandar Markovic <amarkovic@wavecomp.com>

The following changes since commit 03bf012e523ecdf047ac56b2057950247256064d:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-10-25 14:59:53 +0100)

are available in the git repository at:

  https://github.com/AMarkovic/qemu tags/mips-queue-oct-24-2019-v2

for you to fetch changes up to 220ad858d3baf8b772cfddb8b657f9c799e98ddd:

  tests/ssh_linux_malta: Fix 64-bit target tests (2019-10-25 18:37:01 +0200)

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

MIPS queue for October 24th, 2019 - v2

  - update of MIPS-specific acceptance tests
  - other mostly cosmetic changes
  - in v2, an offending patch (causing clang build error) is removed

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

Aleksandar Markovic (13):
  target/mips: Clean up helper.c
  target/mips: Clean up op_helper.c
  MAINTAINERS: Update mail address of Aleksandar Rikalo
  target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D>
  target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D>
  target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D>
  target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D>
  target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D>
  target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D>
  target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D>
  target/mips: msa: Split helpers for HSUB_<S|U>.<H|W|D>
  target/mips: msa: Split helpers for ASUB_<S|U>.<B|H|W|D>
  target/mips: Demacro LMI decoder

Filip Bozuta (2):
  target/mips: Refactor handling of vector compare 'equal' instructions
  target/mips: Refactor handling of vector compare 'less than' (signed)
    instructions

Philippe Mathieu-Daudé (5):
  tests/ssh_linux_malta: Run tests using a snapshot image
  tests/ssh_linux_malta: Remove duplicated test
  tests/ssh_linux_malta: Match stricter console output
  tests/ssh_linux_malta: Refactor how to get image/kernel info
  tests/ssh_linux_malta: Fix 64-bit target tests

 .mailmap                                 |    5 +-
 MAINTAINERS                              |   18 +-
 target/mips/helper.c                     |  123 +-
 target/mips/helper.h                     |  155 +-
 target/mips/msa_helper.c                 | 4651 ++++++++++++++++++++----------
 target/mips/op_helper.c                  | 1010 ++++---
 target/mips/translate.c                  |  760 ++++-
 tests/acceptance/linux_ssh_mips_malta.py |  106 +-
 8 files changed, 4605 insertions(+), 2223 deletions(-)

Comments

Peter Maydell Oct. 25, 2019, 8:57 p.m. UTC | #1
On Fri, 25 Oct 2019 at 17:44, Aleksandar Markovic
<aleksandar.markovic@rt-rk.com> wrote:
>
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> The following changes since commit 03bf012e523ecdf047ac56b2057950247256064d:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-10-25 14:59:53 +0100)
>
> are available in the git repository at:
>
>   https://github.com/AMarkovic/qemu tags/mips-queue-oct-24-2019-v2
>
> for you to fetch changes up to 220ad858d3baf8b772cfddb8b657f9c799e98ddd:
>
>   tests/ssh_linux_malta: Fix 64-bit target tests (2019-10-25 18:37:01 +0200)
>
> ----------------------------------------------------------------
>
> MIPS queue for October 24th, 2019 - v2
>
>   - update of MIPS-specific acceptance tests
>   - other mostly cosmetic changes
>   - in v2, an offending patch (causing clang build error) is removed
>


Applied, thanks.

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

-- PMM