On 1/20/24 00:39, Anton Johansson wrote:
TARGET_PAGE_BITS_MIN is now defined as target_page.bits_min when PAGE_VARY is used, similar to other TARGET_PAGE_* macros. We still pick whatever minimum the target specifies, however in a heterogeneous context we would want the maximum of all target_page.bits_min.
Do we? Or do we need to reject different minimums as incompatible? r~