Re: [PATCH v3 14/33] softmmu/physmem: Remove HOST_PAGE_ALIGN

2024-01-29 Thread Ilya Leoshkevich
On Tue, Jan 02, 2024 at 12:57:49PM +1100, Richard Henderson wrote: > Align allocation sizes to the maximum of host and target page sizes. > > Signed-off-by: Richard Henderson > --- > system/physmem.c | 15 +++ > 1 file changed, 11 insertions(+), 4 deletions(-) Reviewed-by: Ilya Leos

Re: [PATCH v3 14/33] softmmu/physmem: Remove HOST_PAGE_ALIGN

2024-01-08 Thread Pierrick Bouvier
On 1/2/24 05:57, Richard Henderson wrote: Align allocation sizes to the maximum of host and target page sizes. Signed-off-by: Richard Henderson --- system/physmem.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/system/physmem.c b/system/physmem.c index

[PATCH v3 14/33] softmmu/physmem: Remove HOST_PAGE_ALIGN

2024-01-01 Thread Richard Henderson
Align allocation sizes to the maximum of host and target page sizes. Signed-off-by: Richard Henderson --- system/physmem.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/system/physmem.c b/system/physmem.c index c09953270f..c1e48dfb6a 100644 --- a/system/phy