On 17/08/2018 16:12, Wei Liu wrote: > diff --git a/xen/include/asm-x86/hvm/hvm.h b/xen/include/asm-x86/hvm/hvm.h > index 4f720ad..146720c 100644 > --- a/xen/include/asm-x86/hvm/hvm.h > +++ b/xen/include/asm-x86/hvm/hvm.h > @@ -454,6 +454,11 @@ static inline int hvm_event_pending(struct vcpu *v) > return hvm_funcs.event_pending(v); > } > > +static inline void hvm_invlpg(struct vcpu *v, unsigned long va)
Please s/va/linear/ while making this addition (or do a general va => linear cleanup for invlpg). Sadly, the terminology has been incorrect since the codes introduction. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel