On 8 August 2017 at 13:42, Peter Maydell <[email protected]> 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 reading the page table -- add a > TODO comment there to the effect that we should handle > bus faults on page table walks. (Since the palcode > doesn't actually do anything useful on a bus fault anyway > it's a bit moot for now.) > > Signed-off-by: Peter Maydell <[email protected]> > --- > Based-on: [email protected] > This patch sits on top of the series adding the new hook.
The prerequisites for this patch are now all in git master. thanks -- PMM
