]> git.ipfire.org Git - thirdparty/linux.git/commit
LoongArch: KVM: Add interrupt checking for AVEC
authorBibo Mao <maobibo@loongson.cn>
Sat, 8 Mar 2025 05:51:59 +0000 (13:51 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Sat, 8 Mar 2025 05:51:59 +0000 (13:51 +0800)
commit6fb1867d5a44b0a061cf39d2492d23d314bcb8ce
treebc12e46a6e123b62d8252503042a18c485418a13
parent3109d5ff484b7bc7b955f166974c6776d91f247b
LoongArch: KVM: Add interrupt checking for AVEC

There is a newly added macro INT_AVEC with CSR ESTAT register, which is
bit 14 used for LoongArch AVEC support. AVEC interrupt status bit 14 is
supported with macro CSR_ESTAT_IS, so here replace the hard-coded value
0x1fff with macro CSR_ESTAT_IS so that the AVEC interrupt status is also
supported by KVM.

Cc: stable@vger.kernel.org
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/kvm/vcpu.c