migration: Remove qemu_host_page_size
commit5d2203691ed5d1657616c402d30b3143382fc25d
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Jan 2024 01:57:46 +0000 (2 12:57 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 29 Feb 2024 21:35:36 +0000 (29 11:35 -1000)
treebfbfceeed6aca5ea0e0be9c5dcb933a5b245664b
parentb36b2b1d3d41c02cc3a112df95478a4bd46d5f9a
migration: Remove qemu_host_page_size

Replace with the maximum of the real host page size
and the target page size.  This is an exact replacement.

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-12-richard.henderson@linaro.org>
migration/ram.c