On 8 August 2017 at 13:42, Peter Maydell <peter.mayd...@linaro.org> 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 <peter.mayd...@linaro.org> > --- > Based-on: 1501867249-1924-1-git-send-email-peter.mayd...@linaro.org > 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