Re: [PATCH v3 00/33] linux-user: Improve host and guest page size handling

2024-01-05 Thread Philippe Mathieu-Daudé
Cc'ing Pierrick On 2/1/24 02:57, Richard Henderson wrote: Changes for v3: * Rebase. Blurb from v1: While working on mmap issues for 8.1, I noticed a lot of corner cases of host != guest page size that we implement poorly. This seems to be particularly visible on Apple M1 with 16k pages, mor

Re: [PATCH v3 00/33] linux-user: Improve host and guest page size handling

2024-01-05 Thread Helge Deller
On 1/2/24 02:57, Richard Henderson wrote: Changes for v3: * Rebase. Blurb from v1: While working on mmap issues for 8.1, I noticed a lot of corner cases of host != guest page size that we implement poorly. This seems to be particularly visible on Apple M1 with 16k pages, more so than Power w

[PATCH v3 00/33] linux-user: Improve host and guest page size handling

2024-01-01 Thread Richard Henderson
Changes for v3: * Rebase. Blurb from v1: While working on mmap issues for 8.1, I noticed a lot of corner cases of host != guest page size that we implement poorly. This seems to be particularly visible on Apple M1 with 16k pages, more so than Power with 64k pages for some reason. Objective 1 i