Re: [PATCH v1] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C

2021-04-21 Thread Cédric Le Goater
On 4/13/21 3:38 PM, Nicholas Piggin wrote: > This is more symmetric with kvmppc_xive_push_vcpu, and has the advantage > that it runs with the MMU on. > > The extra test added to the asm will go away with a future change. > > Reviewed-by: Cédric Le Goater > Reviewed-by: Alexey Kardashevskiy > Si

[PATCH v1] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C

2021-04-13 Thread Nicholas Piggin
This is more symmetric with kvmppc_xive_push_vcpu, and has the advantage that it runs with the MMU on. The extra test added to the asm will go away with a future change. Reviewed-by: Cédric Le Goater Reviewed-by: Alexey Kardashevskiy Signed-off-by: Nicholas Piggin --- Another bit that came fro