On Fri, Sep 20, 2019 at 3:48 PM Palmer Dabbelt wrote:
>
> On Tue, 17 Sep 2019 16:22:56 PDT (-0700), Alistair Francis wrote:
> > The do_unassigned_access hook has been deprecated and RISC-V is the last
> > user of it. Let's instead update the RISC-V implementation to use
> > do_transaction_failed i
On Tue, 17 Sep 2019 16:22:56 PDT (-0700), Alistair Francis wrote:
The do_unassigned_access hook has been deprecated and RISC-V is the last
user of it. Let's instead update the RISC-V implementation to use
do_transaction_failed instead.
After this series I used the 'git grep' regexes in
docs/deve
On 9/17/19 4:22 PM, Alistair Francis wrote:
> Palmer Dabbelt (2):
> RISC-V: Handle bus errors in the page table walker
> RISC-V: Implement cpu_do_transaction_failed
Reviewed-by: Richard Henderson
r~
The do_unassigned_access hook has been deprecated and RISC-V is the last
user of it. Let's instead update the RISC-V implementation to use
do_transaction_failed instead.
After this series I used the 'git grep' regexes in
docs/devel/loads-stores.rst and these are the memory accesses inside
target/r