]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Fix qemu-system-loongarch64 assert failed with the option '-d int'
authorSong Gao <gaosong@loongson.cn>
Thu, 21 Mar 2024 12:36:06 +0000 (20:36 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 9 Apr 2024 17:09:20 +0000 (20:09 +0300)
commit610db167da14a3a4d464b1aed5c42891da46b1d8
treef093526e4921fab8bcb8322fb5c02b20e6bb08a7
parente9e41446c267da5a2db20ade5748ce92602ff307
target/loongarch: Fix qemu-system-loongarch64 assert failed with the option '-d int'

qemu-system-loongarch64 assert failed with the option '-d int',
the helper_idle() raise an exception EXCP_HLT, but the exception name is undefined.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240321123606.1704900-1-gaosong@loongson.cn>
(cherry picked from commit 1590154ee4376819a8c6ee61e849ebf4a4e7cd02)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(Mjt: fixup for lack of 2 commits adding new entries into excp_names[]:
 v8.0.0-514-ga3f3db5cda "target/loongarch: Add CHECK_SXE maccro for check LSX enable" and
 v8.1.0-801-gb8f1bdf3d1 "target/loongarch: check_vec support check LASX instructions")
target/loongarch/cpu.c