Re: [Qemu-devel] [PATCH] target-arm: fix write helper for TLBI ALLE1IS

2015-06-30 Thread Edgar E. Iglesias
Nice one, thanks! --- Sent from my phone On 01/07/2015 1:43 am, "Peter Maydell" wrote: > On 30 June 2015 at 16:02, Sergey Fedorov wrote: > > TLBI ALLE1IS is an operation that does invalidate TLB entries on all PEs > > in the same Inner Sharable domain, not just on the current CPU. So we > > mus

Re: [Qemu-devel] [PATCH] target-arm: fix write helper for TLBI ALLE1IS

2015-06-30 Thread Peter Maydell
On 30 June 2015 at 16:02, Sergey Fedorov wrote: > TLBI ALLE1IS is an operation that does invalidate TLB entries on all PEs > in the same Inner Sharable domain, not just on the current CPU. So we > must use tlbiall_is_write() here. > > Signed-off-by: Sergey Fedorov > --- > target-arm/helper.c | 2

[Qemu-devel] [PATCH] target-arm: fix write helper for TLBI ALLE1IS

2015-06-30 Thread Sergey Fedorov
TLBI ALLE1IS is an operation that does invalidate TLB entries on all PEs in the same Inner Sharable domain, not just on the current CPU. So we must use tlbiall_is_write() here. Signed-off-by: Sergey Fedorov --- target-arm/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git