mbox series

[v1,0/3] Allow user enable/disable LSX/LASX features

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

Message

Song Gao Oct. 18, 2023, 8:59 a.m. UTC
Hi,

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

Song Gao (3):
  target/loongarch: Add cpu model 'max'
  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                | 71 +++++++++++++++++++++++++++
 target/loongarch/cpu.h                |  7 +++
 target/loongarch/loongarch-qmp-cmds.c | 64 ++++++++++++++++++++++++
 4 files changed, 146 insertions(+), 2 deletions(-)