On 7/8/26 04:38, Michael Tokarev wrote:
On 30.06.2026 10:56, Miao Wang via B4 Relay wrote:
From: Miao Wang <[email protected]>

Hard coding PAGE_SIZE to 4K will prevent user-only emulation from
working on hosts with 16K page size.

Doesn't the same apply to all other targets - hard-coding PAGE_SIZE to
4k for any linux-user target will prevent this target from working on
hosts with 16k page size?

But some targets really have a fixed page size and aren't prepared for any changes. E.g. x86 and m68k. Thus it's up to the target to decide if variable page size is ok.


r~

Reply via email to