target/loongarch: Enable paravirt ipi feature
authorBibo Mao <maobibo@loongson.cn>
Mon, 17 Feb 2025 01:37:11 +0000 (09:37 +0800)
committerBibo Mao <maobibo@loongson.cn>
Tue, 25 Feb 2025 08:05:31 +0000 (16:05 +0800)
commit2698cc7c99b50cf4bb127c56e5c90f7f3cba6f0d
tree527bd3c9cf5ea06f0d3bb9aaa890cac9e43d41f3
parent620d9bd0022e011147c1133ef542c45a0da962e4
target/loongarch: Enable paravirt ipi feature

The similiar with cpucfg register, paravirt ipi feature is set in
function kvm_arch_put_registers(). Instead the paravirt feature can
be enabled only once, it cannot be changed dynamically.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
target/loongarch/kvm/kvm.c