qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/3] MIPS + TCG Continuous Benchmarking queue for July 7th, 2020
@ 2020-07-07 16:40 Aleksandar Markovic
  2020-07-07 16:41 ` [PULL 1/3] target/mips: fpu: Fix recent regression in add.s after 1ace099f2a Aleksandar Markovic
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Aleksandar Markovic @ 2020-07-07 16:40 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: aleksandar.qemu.devel

The following changes since commit 710fb08fd297d7a92163debce1959fae8f3b6ed7:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-07-06' into staging (2020-07-07 12:41:15 +0100)

are available in the git repository at:

  https://github.com/AMarkovic/qemu tags/mips-queue-jul-07-2020

for you to fetch changes up to fa6e7da119b6da4067e757924e165bc737bb1260:

  scripts/performance: Add dissect.py script (2020-07-07 18:32:20 +0200)

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

MIPS + TCG Continuous Benchmarking queue for July 7th, 2020

  Highlights:

     - Fix for a regression in FPU emulation add.s.
     - Add Loongson 2F disassembler.
     - Add a script for a GSoC project.

  Note:

     - A checkpatch error and a checkpatch warning are known and
     should be ignored.

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

Ahmed Karaman (1):
  scripts/performance: Add dissect.py script

Alex Richardson (1):
  target/mips: fpu: Fix recent regression in add.s after 1ace099f2a

Stefan Brankovic (1):
  disas: mips: Add Loongson 2F disassembler

 configure                      |    1 +
 disas/loongson2f.h             | 2562 +++++++++++++
 include/disas/dis-asm.h        |    1 +
 include/exec/poison.h          |    1 +
 target/mips/cpu.c              |    6 +
 target/mips/fpu_helper.c       |    2 +-
 MAINTAINERS                    |    1 +
 disas/Makefile.objs            |    1 +
 disas/loongson2f.cpp           | 8154 ++++++++++++++++++++++++++++++++++++++++
 scripts/performance/dissect.py |  165 +
 10 files changed, 10893 insertions(+), 1 deletion(-)
 create mode 100644 disas/loongson2f.h
 create mode 100644 disas/loongson2f.cpp
 create mode 100755 scripts/performance/dissect.py

-- 
2.7.4



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-07-10 10:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-07 16:40 [PULL 0/3] MIPS + TCG Continuous Benchmarking queue for July 7th, 2020 Aleksandar Markovic
2020-07-07 16:41 ` [PULL 1/3] target/mips: fpu: Fix recent regression in add.s after 1ace099f2a Aleksandar Markovic
2020-07-07 16:41 ` [PULL 2/3] disas: mips: Add Loongson 2F disassembler Aleksandar Markovic
2020-07-07 16:41 ` [PULL 3/3] scripts/performance: Add dissect.py script Aleksandar Markovic
2020-07-07 18:23 ` [PULL 0/3] MIPS + TCG Continuous Benchmarking queue for July 7th, 2020 no-reply
2020-07-07 20:19 ` Thomas Huth
2020-07-07 20:55   ` Paolo Bonzini
2020-07-07 21:58     ` Aleksandar Markovic
2020-07-10 10:46       ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).