[PATCH 0/9] single-binary: Restrict scope of TARGET_PAGE_BITS_MIN

2025-04-05 Thread Richard Henderson
With this, TARGET_PAGE_BITS_MIN no longer exists outside of page-vary-target.c, as that's the only place that needs the information. Based-on: 20250318213209.2579218-1-richard.hender...@linaro.org ("[PATCH v2 00/42] accel/tcg, codebase: Build once patches") Based-on: 20250325224403.4011975-1-richa

Re: [PATCH 0/9] single-binary: Restrict scope of TARGET_PAGE_BITS_MIN

2025-03-28 Thread Pierrick Bouvier
On 3/28/25 13:04, Richard Henderson wrote: With this, TARGET_PAGE_BITS_MIN no longer exists outside of page-vary-target.c, as that's the only place that needs the information. Based-on: 20250318213209.2579218-1-richard.hender...@linaro.org ("[PATCH v2 00/42] accel/tcg, codebase: Build once patch