RE: [RFC PATCH 0/4] target/ppc: add disable-tcg option

2021-04-12 Thread Bruno Piazera Larsen
> 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

Re: [RFC PATCH 0/4] target/ppc: add disable-tcg option

2021-04-11 Thread David Gibson
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

Re: [RFC PATCH 0/4] target/ppc: add disable-tcg option

2021-04-11 Thread David Gibson
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'

Re: [RFC PATCH 0/4] target/ppc: add disable-tcg option

2021-04-09 Thread no-reply
] 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

[RFC PATCH 0/4] target/ppc: add disable-tcg option

2021-04-09 Thread Bruno Larsen (billionai)
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