On 8/13/21 6:12 AM, Paolo Bonzini wrote: > Cut execution time by another 25%, from ~4 minutes to 2:40. > > Paolo Bonzini (2): > access: optimize check for multiple reserved bits > access: treat NX as reserved if EFER.NXE=0 > > x86/access.c | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > Tested-by: Babu Moger <babu.moger@xxxxxxx> Looks good. Number of tests reduced by half. Before the patch. #./tests/access enabling apic starting test run 41287685 tests, 0 failures PASS access =========================================== After the patch. # time ./tests/access run 28753925 tests, 0 failures PASS access Thanks Babu