commit | 5d2203691ed5d1657616c402d30b3143382fc25d | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Jan 02 12:57:46 2024 +1100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Feb 29 11:35:36 2024 -1000 |
tree | bfbfceeed6aca5ea0e0be9c5dcb933a5b245664b | |
parent | b36b2b1d3d41c02cc3a112df95478a4bd46d5f9a [diff] |
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>