Re: [PATCH] KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait object

2021-12-14 Thread Michael Ellerman
On Mon, 13 Dec 2021 17:45:56 +, Sean Christopherson wrote: > Use kvm_arch_vcpu_get_wait() to get a vCPU's rcuwait object instead of > using vcpu->wait directly in kvmhv_run_single_vcpu(). Functionally, this > is a nop as vcpu->arch.waitp is guaranteed to point at vcpu->wait. But > that is not

Re: [PATCH] KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait object

2021-12-14 Thread Sachin Sant
> On 13-Dec-2021, at 11:15 PM, Sean Christopherson wrote: > > Use kvm_arch_vcpu_get_wait() to get a vCPU's rcuwait object instead of > using vcpu->wait directly in kvmhv_run_single_vcpu(). Functionally, this > is a nop as vcpu->arch.waitp is guaranteed to point at vcpu->wait. But > that is n