Re: [PATCH v5 00/94] target/sparc: Convert to decodetree

2023-10-23 Thread Richard Henderson
On 10/23/23 11:04, Mark Cave-Ayland wrote: On 23/10/2023 00:27, Richard Henderson wrote: Changes for v5:    * Add Mark's a-b and t-b.    * Fixes to features: - Use CPU_FEATURE_BIT_* in feature_name[] (patch 7). - Don't allow features to be set/unset in nonsensical ways (new patch 8).

Re: [PATCH v5 00/94] target/sparc: Convert to decodetree

2023-10-23 Thread Mark Cave-Ayland
On 23/10/2023 00:27, Richard Henderson wrote: Changes for v5: * Add Mark's a-b and t-b. * Fixes to features: - Use CPU_FEATURE_BIT_* in feature_name[] (patch 7). - Don't allow features to be set/unset in nonsensical ways (new patch 8). * Adjustments to ifdefs: - Make av

[PATCH v5 00/94] target/sparc: Convert to decodetree

2023-10-22 Thread Richard Henderson
Changes for v5: * Add Mark's a-b and t-b. * Fixes to features: - Use CPU_FEATURE_BIT_* in feature_name[] (patch 7). - Don't allow features to be set/unset in nonsensical ways (new patch 8). * Adjustments to ifdefs: - Make avail_FOO() constant when the feature must be set/unset.