qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] target/arm: Do not use gen_mte_checkN in trans_STGP


From: Richard Henderson
Subject: Re: [PATCH] target/arm: Do not use gen_mte_checkN in trans_STGP
Date: Fri, 28 Jul 2023 06:30:04 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 7/28/23 06:17, Peter Maydell wrote:
On Thu, 27 Jul 2023 at 17:33, Richard Henderson
<richard.henderson@linaro.org> wrote:

STGP writes to tag memory, it does not check it.
This happened to work because we wrote tag memory first
so that the check always succeeded.

So this is code cleanup to be more sensible, rather
than a guest visible bug ?

Yes.


r~




reply via email to

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