On 7/8/25 16:14, Vacha Bhavsar wrote:
+ if (isar_feature_aa64_sme(&cpu->isar)) {
Preferred usage is cpu_isar_feature(aa64_sme, cpu) Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org>PS: I tried this myself a few weeks ago and got an error from gdb. I had assumed that gdb simply wasn't prepared for the vector-of-vectors type. I guess I should have investigated further -- it may have just been an xml typo.
r~