Re: [PATCH v6 03/12] riscv-qmp-cmds.c: expose named features in cpu_model_expansion

2023-10-28 Thread Andrew Jones
On Sat, Oct 28, 2023 at 05:54:18AM -0300, Daniel Henrique Barboza wrote: > Named features (zic64b the sole example at this moment) aren't expose to > users, thus we need another way to expose them. > > Go through each named feature, get its boolean value, do the needed > conversions (bool to qbool

[PATCH v6 03/12] riscv-qmp-cmds.c: expose named features in cpu_model_expansion

2023-10-28 Thread Daniel Henrique Barboza
Named features (zic64b the sole example at this moment) aren't expose to users, thus we need another way to expose them. Go through each named feature, get its boolean value, do the needed conversions (bool to qbool, qbool to QObject) and add it to output dict. Another adjustment is needed: named