Description of problem: 下面的patch,不仅仅修改了loongarch同样修改了其他架构的代码,为了降低风险 revert这些暂时不需要的patch kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbol KVM: delete .change_pte MMU notifier callback KVM: define __KVM_HAVE_GUEST_DEBUG unconditionally KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER KVM: Delete the now unused kvm_arch_sched_in() KVM: Introduce vcpu->wants_to_run 修复cpuhotplug相关的bug Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4031