Description of problem: Currently, loading the kvm module depends on the cc module, and the dependencies are as follows: [root@anolis ~]# lsmod | grep kvm kvm_amd 200704 0 kvm 1339392 1 kvm_amd ccp 352256 1 kvm_amd irqbypass 12288 2 vfio_pci_core,kvm The ccp module may not be present on non-AMD and HYGON machines, so the dependency between kvm and ccp modules needs to be eliminated 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/3000