diff options
author | Aleksandar Markovic | 2020-06-27 20:13:17 +0200 |
---|---|---|
committer | Aleksandar Markovic | 2020-06-27 20:15:07 +0200 |
commit | 53fb8bfb93487c0fd88b0babb9a52ec8d67cff7b (patch) | |
tree | f68395e27579db45d70142ef116ba11c6d6d511d /MAINTAINERS | |
parent | scripts/performance: Add topN_callgrind.py script (diff) | |
download | qemu-53fb8bfb93487c0fd88b0babb9a52ec8d67cff7b.tar.gz qemu-53fb8bfb93487c0fd88b0babb9a52ec8d67cff7b.tar.xz qemu-53fb8bfb93487c0fd88b0babb9a52ec8d67cff7b.zip |
MAINTAINERS: Add 'Performance Tools and Tests' subsection
This commit creates a new 'Miscellaneous' section which hosts a new
'Performance Tools and Tests' subsection. This subsection will contain
the the performance scripts and benchmarks written as a part of the
'TCG Continuous Benchmarking' project. Also, it will be a placeholder
for follow-ups to this project, if any.
Signed-off-by: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Message-Id: <20200626164546.22102-4-ahmedkhaledkaraman@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fe925ea661..dec252f38b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1096,11 +1096,10 @@ F: hw/isa/vt82c686.c F: hw/pci-host/bonito.c F: include/hw/isa/vt82c686.h -Loongson-3 Virtual Platform +Loongson-3 virtual platforms M: Huacai Chen <chenhc@lemote.com> R: Jiaxun Yang <jiaxun.yang@flygoat.com> S: Maintained -F: hw/mips/loongson3_virt.c F: hw/intc/loongson_liointc.c Boston @@ -3026,3 +3025,10 @@ M: Peter Maydell <peter.maydell@linaro.org> S: Maintained F: docs/conf.py F: docs/*/conf.py + +Miscellaneous +------------- +Performance Tools and Tests +M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> +S: Maintained +F: scripts/performance/ |