Message ID | 1592248953-8162-1-git-send-email-aleksandar.qemu.devel@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Jun 15, 2020 at 9:22 PM Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> wrote: > > The following changes since commit 81b53858fed8a316a4715c2f7f92cdfb4a7b4dd8: > > target/mips: msa: Split helpers for SUBS_U.<B|H|W|D> (2020-06-15 20:50:40 +0200) > Please discard this pull request. Wrong cover letter. Will send v2 shortly. > are available in the git repository at: > > https://github.com/AMarkovic/qemu tags/mips-queue-jun-15-2020 > > for you to fetch changes up to 250bc43a406f7d46e319abe87c19548d4f027828: > > translations: Add Swedish language (2020-06-15 20:51:10 +0200) > > ---------------------------------------------------------------- > > MIPS + misc queue for June 15th, 2020 > > Highlights: > > This pull request, just exceptionally, contains two non-MIPS patches: > > - adjust sh4 maintainership > - add Swedish translations > > The rest are MIPS patches: > > - refactor emulation of a number of MSA instructions > - activate Loongson-related insn_flags > > Notes: > > - one checkpatch warning is benign > - some of make check iotest-qcow2 tests fail on my system, both before > and after applying the patches from this pull request > > ---------------------------------------------------------------- > > > Aleksandar Markovic (15): > target/mips: msa: Split helpers for MADDV.<B|H|W|D> > target/mips: msa: Split helpers for MSUBV.<B|H|W|D> > target/mips: msa: Split helpers for DPADD_S.<H|W|D> > target/mips: msa: Split helpers for DPADD_U.<H|W|D> > target/mips: msa: Split helpers for DPSUB_S.<H|W|D> > target/mips: msa: Split helpers for DPSUB_U.<H|W|D> > target/mips: msa: Split helpers for DOTP_S.<H|W|D> > target/mips: msa: Split helpers for DOTP_U.<H|W|D> > target/mips: msa: Split helpers for SUBS_S.<B|H|W|D> > target/mips: msa: Split helpers for SUBS_U.<B|H|W|D> > target/mips: msa: Split helpers for SUBSUS_U.<B|H|W|D> > target/mips: msa: Split helpers for SUBSUU_S.<B|H|W|D> > target/mips: msa: Split helpers for SUBV.<B|H|W|D> > target/mips: msa: Split helpers for MULV.<B|H|W|D> > MAINTAINERS: Adjust sh4 maintainership > > Jiaxun Yang (2): > target/mips: Legalize Loongson insn flags > target/mips: Add comments for vendor-specific ASEs > > Sebastian Rasmussen (1): > translations: Add Swedish language > > target/mips/helper.h | 73 ++- > target/mips/mips-defs.h | 8 +- > target/mips/msa_helper.c | 1296 ++++++++++++++++++++++++++++++++++++---------- > target/mips/translate.c | 213 +++++++- > MAINTAINERS | 8 +- > po/sv.po | 75 +++ > 6 files changed, 1364 insertions(+), 309 deletions(-) > create mode 100644 po/sv.po > > -- > 2.7.4 > >