Re: [PATCH v2 00/19] Mirror map JIT memory for TCG

2020-10-30 Thread Richard Henderson
On 10/30/20 11:26 AM, Paolo Bonzini wrote: > On 30/10/20 01:49, Richard Henderson wrote: >> Fourth, I have renamed the command-line parameter to "split-rwx". > > Stupid observation, but wouldn't it be "split-wx"? Um, yes. ;-) r~

Re: [PATCH v2 00/19] Mirror map JIT memory for TCG

2020-10-30 Thread Paolo Bonzini
On 30/10/20 01:49, Richard Henderson wrote: > Fourth, I have renamed the command-line parameter to "split-rwx". Stupid observation, but wouldn't it be "split-wx"? Thanks, Paolo > I don't think this is perfect, and I'm not even sure if it's better > than "mirror-jit". What this has done,

Re: [PATCH v2 00/19] Mirror map JIT memory for TCG

2020-10-29 Thread no-reply
] Mirror map JIT memory for TCG === 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

[PATCH v2 00/19] Mirror map JIT memory for TCG

2020-10-29 Thread Richard Henderson
This is my take on Joelle's patch set: https://lists.nongnu.org/archive/html/qemu-devel/2020-10/msg07837.html First, lots more patches. For the most part, I convert one interface at a time, instead of trying to do it all at once. Then, convert the tcg backends one at a time, allowing for a