On 6/11/2024 9:04 AM, Sean Christopherson wrote:
On Thu, May 09, 2024, Yang Weijiang wrote:@@ -5859,6 +5884,11 @@ static int kvm_vcpu_ioctl_enable_cap(struct kvm_vcpu *vcpu, } }+static int kvm_translate_synthetic_msr(u32 *index)+{ + return 0;This needs to be -EINVAL.
OK, I'll change it, thanks!