[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 04/34] x86/mm: don't reference hvm_funcs directly
On Mon, Aug 20, 2018 at 10:28:21AM +0100, Andrew Cooper wrote: > 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 I will make another patch to clean it up. Wei. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |