Re: [PATCH for-6.2 31/43] target/hexagon: Implement cpu_mmu_index

2021-07-28 Thread Philippe Mathieu-Daudé
On 7/29/21 2:46 AM, Richard Henderson wrote: > The function is trivial for user-only, but still must be present. > > Cc: Taylor Simpson > Signed-off-by: Richard Henderson > --- > target/hexagon/cpu.h | 9 + > 1 file changed, 9 insertions(+) Reviewed-by: Philippe Mathieu-Daudé

RE: [PATCH for-6.2 31/43] target/hexagon: Implement cpu_mmu_index

2021-07-28 Thread Taylor Simpson
> -Original Message- > From: Richard Henderson > Sent: Wednesday, July 28, 2021 6:47 PM > To: qemu-devel@nongnu.org > Cc: Taylor Simpson > Subject: [PATCH for-6.2 31/43] target/hexagon: Implement cpu_mmu_index > > The function is trivial for user-only, b

[PATCH for-6.2 31/43] target/hexagon: Implement cpu_mmu_index

2021-07-28 Thread Richard Henderson
The function is trivial for user-only, but still must be present. Cc: Taylor Simpson Signed-off-by: Richard Henderson --- target/hexagon/cpu.h | 9 + 1 file changed, 9 insertions(+) diff --git a/target/hexagon/cpu.h b/target/hexagon/cpu.h index 2855dd3881..bde538fd5c 100644 --- a/targe