softmmu/physmem: Remove HOST_PAGE_ALIGN
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Jan 2024 01:57:49 +0000 (12:57 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 29 Feb 2024 21:35:36 +0000 (11:35 -1000)
commit9260bd40130e934fce5b5716977307129171fa7e
tree7280a77d3cc9fd1ec72d9a322372c6b8f3beff00
parent80c3aeef7f31e2bbac621521e72434e87fd0e64f
softmmu/physmem: Remove HOST_PAGE_ALIGN

Align allocation sizes to the maximum of host and target page sizes.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Acked-by: Helge Deller <deller@gmx.de>
Message-Id: <20240102015808.132373-15-richard.henderson@linaro.org>
system/physmem.c