On 06/16/2017 02:18 AM, Peter Maydell wrote:
(As an aside I wonder whether any still-used hardware has the cache aliasing constraints in question :-))
I strongly doubt it. Certainly none of the 64-bit chips have this.Amusingly, while we require a 64-bit chip in TCG, we do allow elf32 via sparcv8plus, which still runs afoul of this check. In hindsight, sparcv8plus probably should have relaxed this, but it's 20 years too late for that.
r~