qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/6] MIPS + TCG Continuous Benchmarking queue for June 27th, 2020
@ 2020-06-27 19:51 Aleksandar Markovic
  2020-06-27 19:51 ` [PULL 1/6] hw/mips: Implement the kvm_type() hook in MachineClass Aleksandar Markovic
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Aleksandar Markovic @ 2020-06-27 19:51 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: aleksandar.qemu.devel

The following changes since commit 553cf5d7c47bee05a3dec9461c1f8430316d516b:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626' into staging (2020-06-26 18:22:36 +0100)

are available in the git repository at:

  https://github.com/AMarkovic/qemu tags/mips-gsoc-queue-jun-27-2020

for you to fetch changes up to 53fb8bfb93487c0fd88b0babb9a52ec8d67cff7b:

  MAINTAINERS: Add 'Performance Tools and Tests' subsection (2020-06-27 20:15:07 +0200)

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

MIPS + TCG Continuous Benchmarking queue for June 27th, 2020

   Highlights:

     - add two additional elements of Loongson-3 support
     - add first two Python scripts as a part of a GSoC project

   Notes:

     - several checkpatch warnings on updating MAINTAINERS should be ignored

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

Ahmed Karaman (2):
  scripts/performance: Add topN_perf.py script
  scripts/performance: Add topN_callgrind.py script

Aleksandar Markovic (1):
  MAINTAINERS: Add 'Performance Tools and Tests' subsection

Huacai Chen (3):
  hw/mips: Implement the kvm_type() hook in MachineClass
  hw/intc: Add Loongson LIOINTC support
  MAINTAINERS: Add Loongson-3 maintainer and reviewer

 target/mips/kvm_mips.h                |  11 ++
 hw/intc/loongson_liointc.c            | 242 ++++++++++++++++++++++++++++++++++
 target/mips/kvm.c                     |  26 ++++
 MAINTAINERS                           |  13 ++
 hw/intc/Kconfig                       |   3 +
 hw/intc/Makefile.objs                 |   1 +
 scripts/performance/topN_callgrind.py | 140 ++++++++++++++++++++
 scripts/performance/topN_perf.py      | 149 +++++++++++++++++++++
 8 files changed, 585 insertions(+)
 create mode 100644 hw/intc/loongson_liointc.c
 create mode 100755 scripts/performance/topN_callgrind.py
 create mode 100755 scripts/performance/topN_perf.py

-- 
2.7.4



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

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

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-27 19:51 [PULL 0/6] MIPS + TCG Continuous Benchmarking queue for June 27th, 2020 Aleksandar Markovic
2020-06-27 19:51 ` [PULL 1/6] hw/mips: Implement the kvm_type() hook in MachineClass Aleksandar Markovic
2020-06-27 19:51 ` [PULL 2/6] hw/intc: Add Loongson LIOINTC support Aleksandar Markovic
2020-06-27 19:51 ` [PULL 3/6] MAINTAINERS: Add Loongson-3 maintainer and reviewer Aleksandar Markovic
2020-06-29  8:09   ` Philippe Mathieu-Daudé
2020-06-29  9:56     ` Aleksandar Markovic
2020-07-01 10:19       ` Philippe Mathieu-Daudé
2020-06-27 19:51 ` [PULL 4/6] scripts/performance: Add topN_perf.py script Aleksandar Markovic
2020-06-27 19:51 ` [PULL 5/6] scripts/performance: Add topN_callgrind.py script Aleksandar Markovic
2020-06-27 19:51 ` [PULL 6/6] MAINTAINERS: Add 'Performance Tools and Tests' subsection Aleksandar Markovic
2020-06-29  8:13   ` Philippe Mathieu-Daudé
2020-06-29 10:28     ` Aleksandar Markovic
2020-07-01 10:32       ` Philippe Mathieu-Daudé
2020-07-01 10:49         ` Philippe Mathieu-Daudé
2020-06-28 13:38 ` [PULL 0/6] MIPS + TCG Continuous Benchmarking queue for June 27th, 2020 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).