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, but still must be present. > >