> You will need to fix these style errors.
Yeah, I was using the checkpatch on a manually generated diff, so I could
commit everything with the correct style, but it didn't go over the new file,
and I forgot to run it after all the commits -.-'
> For future reference, please CC me explicitly on
For future reference, please CC me explicitly on things you'd like me
to review. I do scan the qemu-...@nongnu.org list, but it makes it
easier for me to find (and less likely that I'll accidentally overlook
it) if I'm also CCed directly.
On Fri, Apr 09, 2021 at 12:19:12PM -0300, Bruno Larsen (bi
ormation:
>
> Type: series
> Message-id: 20210409151916.97326-1-bruno.lar...@eldorado.org.br
> Subject: [RFC PATCH 0/4] target/ppc: add disable-tcg option
You will need to fix these style errors.
Note that there's quite a bit of existing code in target-ppc which
doesn'
] target/ppc: add disable-tcg option
=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT
This patch series aims to add the option to build without TCG for the
powerpc target. This RFC shows mostly the strategies employed when
dealing with compilation problems, and ask for input on the bits
we don't quite understand yet.
The first patch mostly code motion, as referenced in 2021-04/msg0