Re: [PATCH v3 10/33] linux-user: Remove HOST_PAGE_ALIGN from mmap.c

2024-01-29 Thread Ilya Leoshkevich
On Tue, Jan 02, 2024 at 12:57:45PM +1100, Richard Henderson wrote: > This removes a hidden use of qemu_host_page_size, using instead > the existing host_page_size local within each function. > > Signed-off-by: Richard Henderson > --- > linux-user/mmap.c | 13 ++--- > 1 file changed, 6 in

Re: [PATCH v3 10/33] linux-user: Remove HOST_PAGE_ALIGN from mmap.c

2024-01-08 Thread Pierrick Bouvier
On 1/2/24 05:57, Richard Henderson wrote: This removes a hidden use of qemu_host_page_size, using instead the existing host_page_size local within each function. Signed-off-by: Richard Henderson --- linux-user/mmap.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff -

[PATCH v3 10/33] linux-user: Remove HOST_PAGE_ALIGN from mmap.c

2024-01-01 Thread Richard Henderson
This removes a hidden use of qemu_host_page_size, using instead the existing host_page_size local within each function. Signed-off-by: Richard Henderson --- linux-user/mmap.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/linux-user/mmap.c b/linux-user/mmap.c i