Re: [PATCH v4 00/90] target/sparc: Convert to decodetree

2023-10-22 Thread Richard Henderson
On 10/22/23 05:44, Mark Cave-Ayland wrote: On 22/10/2023 06:59, Richard Henderson wrote: Changes for v4:    * Implement htstate for RDHPR, WRHPR. This was the issue with sun4v rom, "wrhpr %g0, %htstate". Previously we "implemented" this with nop.  But since we have env->htstate[]

Re: [PATCH v4 00/90] target/sparc: Convert to decodetree

2023-10-22 Thread Mark Cave-Ayland
On 22/10/2023 06:59, Richard Henderson wrote: Changes for v4: * Implement htstate for RDHPR, WRHPR. This was the issue with sun4v rom, "wrhpr %g0, %htstate". Previously we "implemented" this with nop. But since we have env->htstate[], add the obvious implementation. Ah I see

[PATCH v4 00/90] target/sparc: Convert to decodetree

2023-10-21 Thread Richard Henderson
Changes for v4: * Implement htstate for RDHPR, WRHPR. This was the issue with sun4v rom, "wrhpr %g0, %htstate". Previously we "implemented" this with nop. But since we have env->htstate[], add the obvious implementation. * The fp asi reorg got lost with "sizes", one of which was fo