Re: [PATCH v2 0/5] Add support for EPT execute only for nested hypervisors

From: Paolo Bonzini
Date: Wed Jul 13 2016 - 06:03:35 EST




On 13/07/2016 11:49, Fam Zheng wrote:
> > + error_code = (exit_qualification << 2) & PFERR_USER_MASK;
> > + /* it is a write fault? */
> > error_code = exit_qualification & PFERR_WRITE_MASK;
>
> Did you mean s/=/|=/ for this line?

Ugh, yes.