Re: [PATCH v2 0/2] Fix mmu translation with H extension

2023-11-21 Thread Alistair Francis
On Tue, Nov 21, 2023 at 5:19 PM Ivan Klokov wrote: > > A series of patches that correct the conversion of virtual addresses > to physical ones. Correct exception for mbare mode and fix MXR bit > behavior with MPV\MPRV bits. > --- > v2: >- Fix typo, specify the fixed commits > --- > > Ivan Klok

[PATCH v2 0/2] Fix mmu translation with H extension

2023-11-20 Thread Ivan Klokov
A series of patches that correct the conversion of virtual addresses to physical ones. Correct exception for mbare mode and fix MXR bit behavior with MPV\MPRV bits. --- v2: - Fix typo, specify the fixed commits --- Ivan Klokov (2): target/riscv/cpu_helper.c: Invalid exception on MMU transla