qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] best way to implement emulation of AArch64 tagged addre


From: Peter Maydell
Subject: Re: [Qemu-devel] best way to implement emulation of AArch64 tagged addresses
Date: Mon, 4 Apr 2016 17:35:59 +0100

On 4 April 2016 at 16:51, Peter Maydell <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]