qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Allow user enable/disable LSX/LASX
@ 2023-10-20  8:49 Song Gao
  2023-10-20  8:49 ` [PATCH v3 1/3] target/loongarch: Add cpu model 'max' Song Gao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Song Gao @ 2023-10-20  8:49 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.

V3:
- Remove patch 2, add cpu feature flags;
- Remove unused code has_lsx, has_lasx.

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


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                | 74 +++++++++++++++++++++++++++
 target/loongarch/cpu.h                |  2 +
 target/loongarch/loongarch-qmp-cmds.c | 64 +++++++++++++++++++++++
 4 files changed, 144 insertions(+), 2 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2023-10-22  1:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-20  8:49 [PATCH v3 0/3] Allow user enable/disable LSX/LASX Song Gao
2023-10-20  8:49 ` [PATCH v3 1/3] target/loongarch: Add cpu model 'max' Song Gao
2023-10-20  8:49 ` [PATCH v3 2/3] target/loongarch: Allow user enable/disable LSX/LASX features Song Gao
2023-10-20  8:49 ` [PATCH v3 3/3] target/loongarch: Implement query-cpu-model-expansion Song Gao
2023-10-20 19:06 ` [PATCH v3 0/3] Allow user enable/disable LSX/LASX Richard Henderson

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