mbox series

[v2,0/4] Allow user enable/disable LSX/LASX

Message ID 20231019125853.3436531-1-gaosong@loongson.cn (mailing list archive)
Headers show
Series Allow user enable/disable LSX/LASX | expand

Message

Song Gao Oct. 19, 2023, 12:58 p.m. UTC
Hi,

This series adds the cpu model 'max' support. and allow users
enable/disable LSX/LASX features.

V2:
- Use qapi type OnOffAuto;
- Add patch2, add cpu feature flags;
- patch4: show more query results.

Song Gao (4):
  target/loongarch: Add cpu model 'max'
  target/loongarch: Add cpu feature flags
  target/loongarch: Allow user enable/disable LSX/LASX features
  target/loongarch: Implement query-cpu-model-expansion

 qapi/machine-target.json              |  6 +-
 target/loongarch/cpu.c                | 89 +++++++++++++++++++++++++++
 target/loongarch/cpu.h                | 40 ++++++++++++
 target/loongarch/loongarch-qmp-cmds.c | 64 +++++++++++++++++++
 4 files changed, 197 insertions(+), 2 deletions(-)