Re: [PATCH v1 0/2] RISC-V: Convert to do_transaction_failed hook

2019-09-23 Thread Alistair Francis
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

Re: [PATCH v1 0/2] RISC-V: Convert to do_transaction_failed hook

2019-09-20 Thread Palmer Dabbelt
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

Re: [Qemu-devel] [PATCH v1 0/2] RISC-V: Convert to do_transaction_failed hook

2019-09-17 Thread Richard Henderson
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~

[Qemu-devel] [PATCH v1 0/2] RISC-V: Convert to do_transaction_failed hook

2019-09-17 Thread Alistair Francis
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