qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Allow user enable/disable LSX/LASX
@ 2023-10-19 12:58 Song Gao
  2023-10-19 12:58 ` [PATCH v2 1/4] target/loongarch: Add cpu model 'max' Song Gao
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Song Gao @ 2023-10-19 12:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: richard.henderson, philmd, peter.maydell, eblake, armbru, maobibo

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(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-10-20  8:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-19 12:58 [PATCH v2 0/4] Allow user enable/disable LSX/LASX Song Gao
2023-10-19 12:58 ` [PATCH v2 1/4] target/loongarch: Add cpu model 'max' Song Gao
2023-10-19 12:58 ` [PATCH v2 2/4] target/loongarch: Add cpu feature flags Song Gao
2023-10-20  8:05   ` maobibo
2023-10-20  8:56     ` gaosong
2023-10-19 12:58 ` [PATCH v2 3/4] target/loongarch: Allow user enable/disable LSX/LASX features Song Gao
2023-10-19 12:58 ` [PATCH v2 4/4] target/loongarch: Implement query-cpu-model-expansion Song Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).