Bug 11534 - 修复cpu hotplug问题,并且revert一些patch
Summary: 修复cpu hotplug问题,并且revert一些patch
Status: NEW
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: virt (show other bugs) virt
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: maqiao
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-26 17:56 UTC by lixianglai
Modified: 2024-10-26 18:14 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lixianglai loongson_group 2024-10-26 17:56:03 UTC
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:
Comment 1 小龙 admin 2024-10-26 18:14:32 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4031