From: Thomas Huth <thuth@redhat.com>
To: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>,
qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: "Markus Armbruster" <armbru@redhat.com>,
"Alexander Graf" <agraf@csgraf.de>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Andreas Färber" <afaerber@suse.de>
Subject: Re: [PULL 0/3] MIPS + TCG Continuous Benchmarking queue for July 7th, 2020
Date: Tue, 7 Jul 2020 22:19:55 +0200 [thread overview]
Message-ID: <05a9301c-dbad-f11c-12a0-3c60fe0fcccb@redhat.com> (raw)
In-Reply-To: <1594140062-23522-1-git-send-email-aleksandar.qemu.devel@gmail.com>
On 07/07/2020 18.40, Aleksandar Markovic wrote:
> 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 ++++++++++++++++++++++++++++++++++++++++
Honestly, no. Peter, please don't merge this pull request.
That disassembler source code is really huge, and I think someone should
give this a *proper* review first before we include this in our repo. I
just had a quick look at it, and I don't think that it is in the right
shape already. For example, there are hard-coded magic numbers there, like:
bool ADD::disas_output(disassemble_info *info)
+{
+ char alias1[5];
+ char alias2[5];
+ char alias3[5];
...
and in a completely different function, this hard-coded 5 is used again:
+void Instruction32::getAlias(char *buffer, int regNo)
+{
+ switch (regNo) {
+ case 0:
+ strncpy(buffer, "zero", 5);
+ break;
+ case 1:
+ strncpy(buffer, "at", 5);
...
That definitely needs to be turned into a proper #define or the length
needs to be passed as parameter to the function.
Also the coding style is weird in a couple of places, and there were
checkpatch warnings.
Apart from that, Paolo asked you to take a break from MIPS
maintainership for a while, Aleksandar. I strongly support that
suggestion. Your derogatory behavior during the last weeks, especially
in the last one, looked completely unacceptable to me. In my opinion you
really need some time to reflect yourself. You, and we all as a
community, now cannot continue just like nothing happened.
Thanks,
Thomas
next prev parent reply other threads:[~2020-07-07 20:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2020-07-07 20:55 ` Paolo Bonzini
2020-07-07 21:58 ` Aleksandar Markovic
2020-07-10 10:46 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=05a9301c-dbad-f11c-12a0-3c60fe0fcccb@redhat.com \
--to=thuth@redhat.com \
--cc=afaerber@suse.de \
--cc=agraf@csgraf.de \
--cc=aleksandar.qemu.devel@gmail.com \
--cc=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).