Re: [PATCH v5 11/31] exec: Introduce cpu_untagged_addr

2021-02-08 Thread Peter Maydell
On Wed, 3 Feb 2021 at 19:00, Richard Henderson wrote: > > Provide an identity fallback for target that do not > use tagged addresses. > > Signed-off-by: Richard Henderson > --- > include/exec/cpu_ldst.h | 7 +++ > 1 file changed, 7 insertions(+) Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v5 11/31] exec: Introduce cpu_untagged_addr

2021-02-03 Thread Richard Henderson
Provide an identity fallback for target that do not use tagged addresses. Signed-off-by: Richard Henderson --- include/exec/cpu_ldst.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/exec/cpu_ldst.h b/include/exec/cpu_ldst.h index e62f4fba00..d9dc1de414 100644 ---