]> git.ipfire.org Git - thirdparty/qemu.git/commit
page-vary: Move and rename qemu_target_page_bits_min
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 27 Mar 2025 23:52:13 +0000 (18:52 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:57 +0000 (15:04 -0700)
commit12eeb04ab4dd98f802ffc503f0da948a8c843086
treee829697b051187074dfb1ff871d60b08366bc41a
parent6effa87475986093007e3f2dcfd1f781de0993b1
page-vary: Move and rename qemu_target_page_bits_min

Rename to migration_legacy_page_bits, to make it clear that
we cannot change the value without causing a migration break.
Move to page-vary.h and page-vary-target.c.
Define via TARGET_PAGE_BITS if not TARGET_PAGE_BITS_VARY.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/page-vary.h
include/exec/target_page.h
migration/savevm.c
page-target.c
page-vary-target.c