On 11/9/22 16:58, Sean Christopherson wrote:
At some point we should replace the vcpu->cpu usage with this_cpu_ptr(). All of the code that does per_cpu_ptr(&svm_data, vcpu->cpu) is doomed if vcpu->cpu isn't the current CPU.
Yes, I agree with all your other comments but I think they're better done in next.
Paolo