qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/4] util/cacheflush: fix illegal instruction on windows-arm6


From: Richard Henderson
Subject: Re: [PATCH 1/4] util/cacheflush: fix illegal instruction on windows-arm64
Date: Wed, 15 Feb 2023 08:22:39 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 2/15/23 02:49, Pierrick Bouvier wrote:
I'm not an expert on this area, but I imagine that booting a full VM will force TCG to emit code at the same address twice (after having generated enough translated blocks), which shows that generic flush_idcache_range works. Is that reasoning correct?

Do you think we still need a specialized version for windows-arm64?

No, I don't think so. It would be ideal if we were able to read CTR_EL0, because we make use of the IDC field, but 0 is a safe default.


r~



reply via email to

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