On Thursday, December 15, 2016 02:50:22 PM Xiao Guangrong wrote: > > /* > > + * Exit Qualifications for EPT Violations > > + */ > > +#define EPT_VIOLATION_READ_BIT 0 > > +#define EPT_VIOLATION_WRITE_BIT 1 > > +#define EPT_VIOLATION_INSTR_BIT 2 > > It would be better if their names are EPT_VIOLATION_ACC_{READ,WRITE,INSTR}_BIT. Sure. I’ll rename these. Thanks, Junaid -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html