Loading
KVM: arm64: vgic-v3: Don't inject an NMI if the vcpu doesn't have FEAT_NMI
virt inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I97WGU Reference: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git/commit/?h=arm64/nmi&id=92d02ae8d987bb16f2c6ac092f366f646093c9bc ----------------------------------------------------------- Since it is allowed to have any combination of CPU and GIC supporting NMIs or not, let's drop the NMI feature at the point where it is injected in the LR if the vcpu doesn't have FEAT_NMI. Signed-off-by:Marc Zyngier <maz@kernel.org> Signed-off-by:
Xiang Chen <chenxiang66@hisilicon.com> Signed-off-by:
caijian <caijian11@h-partners.com>