This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-check_cross in repository toolchain/ci/qemu.
from 553cf5d7c4 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] adds 719d109b7f hw/mips: Implement the kvm_type() hook in MachineClass adds c012e0b1f9 hw/intc: Add Loongson LIOINTC support adds 2c5b1a7dbb MAINTAINERS: Add Loongson-3 maintainer and reviewer adds c5a5839856 scripts/performance: Add topN_perf.py script adds 5c362ccfde scripts/performance: Add topN_callgrind.py script adds 53fb8bfb93 MAINTAINERS: Add 'Performance Tools and Tests' subsection adds e7651153a8 Merge remote-tracking branch 'remotes/amarkovic/tags/mips-gs [...] adds fc1bff9589 hw/misc/pca9552: Add missing TypeInfo::class_size field
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 13 ++ hw/intc/Kconfig | 3 + hw/intc/Makefile.objs | 1 + hw/intc/loongson_liointc.c | 242 ++++++++++++++++++++++++++++++++++ hw/misc/pca9552.c | 1 + scripts/performance/topN_callgrind.py | 140 ++++++++++++++++++++ scripts/performance/topN_perf.py | 149 +++++++++++++++++++++ target/mips/kvm.c | 26 ++++ target/mips/kvm_mips.h | 11 ++ 9 files changed, 586 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