[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7913044f-b832-6b10-64b2-4ece4ee9c6ac@redhat.com>
Date: Wed, 13 Jul 2016 12:03:12 +0200
From: Paolo Bonzini <pbonzini@...hat.com>
To: Fam Zheng <famz@...hat.com>
Cc: Bandan Das <bsd@...hat.com>, kvm@...r.kernel.org,
guangrong.xiao@...ux.intel.com, kernellwp@...il.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 0/5] Add support for EPT execute only for nested
hypervisors
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.
Powered by blists - more mailing lists