+25
−3
+2
−0
+5
−0
+1
−1
Loading
Merge Pull Request from: @x56Jason # Description This PR contains 2 parts: - Intel Sierra Forest doesn't support 5-level EPT but has 52-bit physical address (MAXPHYADDR), this can cause KVM infinite loop when guest BIOS puts RAM memory or 64-bit PCI BAR in high physical address. - Commit 06f89a27 ("kvm: debugfs: Export vcpu stat via debugfs") forgot to update KVM_STATS_TYPE_MAX in include/uapi/linux/kvm.h, and forgot to update header file in tools/ folder. This causes kernel KVM selftests failure. # Issue [#IB5K00: \[OLK-6.6\] Support Sierra Forrest MAXPHYADDR](https://gitee.com/openeuler/intel-kernel/issues/IB5K00) #IB5TKJ # Test - Kernel KVM selftest KVM all PASS. - On SRF platform launch VM by passing-through NIC with 64-bit bar successfully. - On EMR platform launch VM successfully. Link:https://gitee.com/openeuler/kernel/pulls/13372 Reviewed-by:Aichun Shi <aichun.shi@intel.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>