在 2023年02月21日 02:50, Paolo Bonzini 写道:
On 2/20/23 07:57, Tianrui Zhao wrote:+ +int kvm_arch_vcpu_ioctl_translate(struct kvm_vcpu *vcpu, + struct kvm_translation *tr) +{ + return 0; +} +Please return -EINVAL instead.
Thanks, i will fix this issue. Thanks Tianrui Zhao
Paolo