Re: [PATCH v5 4/6] KVM: X86: Implement PV IPIs send hypercall

From: Paolo Bonzini
Date: Thu Aug 02 2018 - 12:04:23 EST


On 23/07/2018 08:39, Wanpeng Li wrote:
> +Returns 0 if successfully delivery the IPIs and 1 if discarded.

I'm changing this to

"Returns the number of CPUs to which the IPIs were delivered successfully"

with an obvious change to x86.c.

Paolo