summary refs log tree commit diff stats
path: root/scripts/qapi/parser.py
diff options
context:
space:
mode:
authorSong Gao <gaosong@loongson.cn>2023-10-20 16:49:24 +0800
committerSong Gao <gaosong@loongson.cn>2023-11-03 14:13:02 +0800
commit464136ceb65ddebbd60fecd486628cc82fd722ab (patch)
treee4e1c2403356169ecbe007ba25b7c77be0f861c0 /scripts/qapi/parser.py
parentd6f077321ae3f9508d3e066455ae1278ab3213e5 (diff)
downloadfocaccia-qemu-464136ceb65ddebbd60fecd486628cc82fd722ab.tar.gz
focaccia-qemu-464136ceb65ddebbd60fecd486628cc82fd722ab.zip
target/loongarch: Allow user enable/disable LSX/LASX features
Some users may not need LSX/LASX, this patch allows the user
enable/disable LSX/LASX features.

 e.g
 '-cpu max,lsx=on,lasx=on'   (default);
 '-cpu max,lsx=on,lasx=off'  (enabled LSX);
 '-cpu max,lsx=off,lasx=on'  (enabled LASX, LSX);
 '-cpu max,lsx=off'          (disable LSX and LASX).

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231020084925.3457084-3-gaosong@loongson.cn>
Diffstat (limited to 'scripts/qapi/parser.py')
0 files changed, 0 insertions, 0 deletions