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

2019-10-25 Thread Peter Maydell
On Tue, 8 Oct 2019 at 22:31, Palmer Dabbelt wrote: > > On Tue, 08 Oct 2019 13:51:46 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

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

2019-10-08 Thread Palmer Dabbelt
On Tue, 08 Oct 2019 13:51:46 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/dev

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

2019-10-08 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