mbox

[PULL,0/6] MIPS + TCG Continuous Benchmarking queue for June 27th, 2020

Message ID 1593287503-25197-1-git-send-email-aleksandar.qemu.devel@gmail.com
State New
Headers show

Pull-request

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

Message

Aleksandar Markovic June 27, 2020, 7:51 p.m. UTC
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

Comments

Peter Maydell June 28, 2020, 1:38 p.m. UTC | #1
On Sat, 27 Jun 2020 at 20:51, Aleksandar Markovic
<aleksandar.qemu.devel@gmail.com> wrote:
>
> 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
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM