]> git.proxmox.com Git - mirror_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>
Mon, 25 Mar 2024 12:16:41 +0000 (15:16 +0300)
commitef9b43bb8e2daf02e72c5014c4307f495d229544
treed774ce15ed1d66501f851819bd8e0f574ef1d806
parent358dd25fb011f5441617570b597e10a71cb8177c
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>
target/loongarch/cpu.c