[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH v6 3/4] x86/mem_event: Deliver gla fault EPT violation information



>>> On 12.08.14 at 13:18, <tamas.lengyel@xxxxxxxxxxxx> wrote:
> On Mon, Aug 11, 2014 at 6:08 PM, Jan Beulich <JBeulich@xxxxxxxx> wrote:
>> >>> On 11.08.14 at 16:48, <tamas.lengyel@xxxxxxxxxxxx> wrote:
>> > --- a/xen/include/asm-x86/hvm/svm/svm.h
>> > +++ b/xen/include/asm-x86/hvm/svm/svm.h
>> > @@ -105,4 +105,10 @@ extern u32 svm_feature_flags;
>> >  extern void svm_host_osvw_reset(void);
>> >  extern void svm_host_osvw_init(void);
>> >
>> > +/* EXITINFO1 fields on NPT faults */
>> > +#define _NPT_PFEC_FAULT_WITH_GLA     32
>> > +#define NPT_PFEC_FAULT_WITH_GLA      (1UL<<_NPT_PFEC_FAULT_WITH_GLA)
>> > +#define _NPT_PFEC_FAULT_IN_GPT       33
>> > +#define NPT_PFEC_FAULT_IN_GPT        (1UL<<_NPT_PFEC_FAULT_IN_GPT)
>>
>> ... these to get rid of the FAULT_ and convert the non-prefix
>> portion of them to lower case, matching the PFEC_ ones.
> 
> As I'll need to resend this patch anyway I'll just include this suggestion
> in it.

Thanks - that's much appreciated.

Jan


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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.