Re: [PATCH v2 00/29] tcg: Workaround macOS 11.2 mprotect bug

2021-03-15 Thread Roman Bolshakov
On Sun, Mar 14, 2021 at 03:26:55PM -0600, Richard Henderson wrote: > Changes for v2: > * Move tcg_init_ctx someplace more private (patch 29) > * Round result of tb_size based on qemu_get_host_physmem (patch 26) > > Blurb for v1: > It took a few more patches than imagined to unify the two >

Re: [PATCH v2 00/29] tcg: Workaround macOS 11.2 mprotect bug

2021-03-14 Thread no-reply
/29] tcg: Workaround macOS 11.2 mprotect bug === 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 SCR

[PATCH v2 00/29] tcg: Workaround macOS 11.2 mprotect bug

2021-03-14 Thread Richard Henderson
Changes for v2: * Move tcg_init_ctx someplace more private (patch 29) * Round result of tb_size based on qemu_get_host_physmem (patch 26) Blurb for v1: It took a few more patches than imagined to unify the two places in which we manipulate the tcg code_gen buffer, but the result is