Re: [Qemu-devel] [PATCH] target/alpha: Switch to do_transaction_failed() hook

2017-09-06 Thread Richard Henderson
On 09/05/2017 08:54 AM, Peter Maydell wrote: > On 8 August 2017 at 13:42, Peter Maydell wrote: >> Switch the alpha target from the old unassigned_access hook >> to the new do_transaction_failed hook. This allows us to >> resolve a ??? in the old hook implementation. >> >> The only part of the alph

Re: [Qemu-devel] [PATCH] target/alpha: Switch to do_transaction_failed() hook

2017-09-05 Thread Peter Maydell
On 8 August 2017 at 13:42, Peter Maydell wrote: > Switch the alpha target from the old unassigned_access hook > to the new do_transaction_failed hook. This allows us to > resolve a ??? in the old hook implementation. > > The only part of the alpha target that does physical > memory accesses is rea

Re: [Qemu-devel] [PATCH] target/alpha: Switch to do_transaction_failed() hook

2017-08-08 Thread Richard Henderson
On 08/08/2017 05:42 AM, Peter Maydell wrote: > Switch the alpha target from the old unassigned_access hook > to the new do_transaction_failed hook. This allows us to > resolve a ??? in the old hook implementation. > > The only part of the alpha target that does physical > memory accesses is readin

[Qemu-devel] [PATCH] target/alpha: Switch to do_transaction_failed() hook

2017-08-08 Thread Peter Maydell
Switch the alpha target from the old unassigned_access hook to the new do_transaction_failed hook. This allows us to resolve a ??? in the old hook implementation. The only part of the alpha target that does physical memory accesses is reading the page table -- add a TODO comment there to the effec