Re: [PATCH] Remove unassigned_access CPU hook

2019-09-20 Thread Alistair Francis
On Fri, Sep 20, 2019 at 5:52 AM Peter Maydell wrote: > > All targets have now migrated away from the old unassigned_access > hook to the new do_transaction_failed hook. This means we can remove > the core-code infrastructure for that hook and the code that calls it. > > Signed-off-by: Peter Maydel

Re: [PATCH] Remove unassigned_access CPU hook

2019-09-20 Thread Peter Maydell
On Fri, 20 Sep 2019 at 14:36, Philippe Mathieu-Daudé wrote: > > Hi Peter, > > On 9/20/19 2:50 PM, Peter Maydell wrote: > > All targets have now migrated away from the old unassigned_access > > hook to the new do_transaction_failed hook. This means we can remove > > the core-code infrastructure for

Re: [PATCH] Remove unassigned_access CPU hook

2019-09-20 Thread Philippe Mathieu-Daudé
Hi Peter, On 9/20/19 2:50 PM, Peter Maydell wrote: > All targets have now migrated away from the old unassigned_access > hook to the new do_transaction_failed hook. This means we can remove > the core-code infrastructure for that hook and the code that calls it. > > Signed-off-by: Peter Maydell

[PATCH] Remove unassigned_access CPU hook

2019-09-20 Thread Peter Maydell
All targets have now migrated away from the old unassigned_access hook to the new do_transaction_failed hook. This means we can remove the core-code infrastructure for that hook and the code that calls it. Signed-off-by: Peter Maydell --- Based-on: ("[PATCH v1 0/2] RISC-V: Convert to do_transact