[RFC PATCH 03/34] exec: [PAGE_VARY] Move TARGET_PAGE_BITS_VARY to common header

2024-01-19 Thread Anton Johansson via
We need to be able access the variable TARGET_PAGE_* macros in a target-independent manner. Signed-off-by: Anton Johansson --- include/exec/cpu-all.h| 29 ++--- include/exec/cpu-common.h | 25 + 2 files changed, 35 insertions(+), 19 deletions(-

Re: [RFC PATCH 03/34] exec: [PAGE_VARY] Move TARGET_PAGE_BITS_VARY to common header

2024-01-23 Thread Richard Henderson
On 1/20/24 00:39, Anton Johansson wrote: We need to be able access the variable TARGET_PAGE_* macros in a target-independent manner. Signed-off-by: Anton Johansson I think you should pull all of these macros into a separate header. The split here is a bit confusing. r~