Re: [Qemu-devel] [PATCH 04/17] target/arm: Fill in helper_mte_check

2019-02-07 Thread Peter Maydell
On Mon, 14 Jan 2019 at 01:11, Richard Henderson wrote: > > Implements the rules of "PE generation of Checked and > Unchecked accesses" which aren't already covered by XXX. What should the "XXX" be here ? > Implements the rules of "PE handling of Tag Check Failure". > > Does not implement tag phy

[Qemu-devel] [PATCH 04/17] target/arm: Fill in helper_mte_check

2019-01-13 Thread Richard Henderson
Implements the rules of "PE generation of Checked and Unchecked accesses" which aren't already covered by XXX. Implements the rules of "PE handling of Tag Check Failure". Does not implement tag physical address space, so all operations reduce to unchecked so far. Signed-off-by: Richard Henderson