qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 0/3] Allow user enable/disable LSX/LASX


From: Richard Henderson
Subject: Re: [PATCH v3 0/3] Allow user enable/disable LSX/LASX
Date: Fri, 20 Oct 2023 12:06:50 -0700
User-agent: Mozilla Thunderbird

On 10/20/23 01:49, Song Gao wrote:
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(-)


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]