On Fri, Jul 07, 2017 at 09:37:04AM -0600, Jan Beulich wrote:
>>>> On 07.07.17 at 08:49, <chao....@intel.com> wrote:
>> --- a/xen/arch/x86/hvm/vmx/vmx.c
>> +++ b/xen/arch/x86/hvm/vmx/vmx.c
>> @@ -190,7 +190,9 @@ static void vmx_vcpu_block(struct vcpu *v)
>>       */
>>      ASSERT(old_lock == NULL);
>>  
>> -    per_cpu(vmx_pi_blocking, v->processor).counter++;
>> +    per_cpu(vmx_pi_blocking, pi_cpu).counter++;
>
>Isn't this an unrelated change, which likely would belong into an
>earlier patch (f it's really intended in the first place)?

You are right. this change should be in patch 3/4.

Thanks
Chao

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to