Re: [Qemu-devel] [PATCH v1 0/2] RISC-V: Convert to do_transaction_failed hook
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
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