Re: [PATCH 19/24] accel/tcg: Simplify page_get/alloc_target_data

2022-10-25 Thread Alex Bennée
Richard Henderson writes: > Since the only user, Arm MTE, always requires allocation, > merge the get and alloc functions to always produce a > non-null result. Also assume that the user has already > checked page validity. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée --

[PATCH 19/24] accel/tcg: Simplify page_get/alloc_target_data

2022-10-05 Thread Richard Henderson
Since the only user, Arm MTE, always requires allocation, merge the get and alloc functions to always produce a non-null result. Also assume that the user has already checked page validity. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h | 21 ++---