Re: [PATCH kvm-unit-tests v4] Check SMEP when cr0.wp=0

2011-07-18 Thread Marcelo Tosatti
On Wed, Jul 06, 2011 at 11:00:19AM +0800, Yang, Wei wrote: > This patch adds SMEP to all test cases and checks SMEP when cr0.wp=0. > > changes since v3: > Add Reviewed-by > changes since v2: > Recover U/S bit after turning off SMEP and correct the title > changes since v1: > A

[PATCH kvm-unit-tests v4] Check SMEP when cr0.wp=0

2011-07-05 Thread Yang, Wei
This patch adds SMEP to all test cases and checks SMEP when cr0.wp=0. changes since v3: Add Reviewed-by changes since v2: Recover U/S bit after turning off SMEP and correct the title changes since v1: Add SMEP to all test cases and verify it before setting cr4 Signed-o