On 4 April 2016 at 16:51, Peter Maydell <[email protected]> wrote: > In particular I think if you just do the relevant handling of the tag > bits in target-arm's get_phys_addr() and its subroutines then this > should work ok
Forgot to mention, but the handling of "do stuff on various stores to PC" needs to be done in translate-a64.c for branch insns and in the exception entry/exit functions in helper.c/op_helper.c for exceptions. That part should be straightforward, though. thanks -- PMM
