Re: [PATCH v5 15/31] exec: Rename guest_{addr, range}_valid to *_untagged

2021-02-08 Thread Peter Maydell
On Wed, 3 Feb 2021 at 19:00, Richard Henderson wrote: > > The places that use these are better off using untagged > addresses, so do not provide a tagged versions. Rename > to make it clear about the address type. > > Signed-off-by: Richard Henderson > --- > include/exec/cpu_ldst.h | 4 ++-- >

[PATCH v5 15/31] exec: Rename guest_{addr,range}_valid to *_untagged

2021-02-03 Thread Richard Henderson
The places that use these are better off using untagged addresses, so do not provide a tagged versions. Rename to make it clear about the address type. Signed-off-by: Richard Henderson --- include/exec/cpu_ldst.h | 4 ++-- linux-user/qemu.h | 4 ++-- accel/tcg/user-exec.c | 9