This series fixes couple of unittest failures for SVM. 1. The test ./x86/access is failing with timeout. 2. The test ./x86/svm failure with infinite loop. More details in each patch. --- Babu Moger (2): x86: access: Fix timeout failure by limiting number of flag combinations nSVM: Fix NPT reserved bits test hang lib/x86/processor.h | 10 ++++++++++ x86/access.c | 4 ++-- x86/svm_tests.c | 25 +++++++++++++++++++------ 3 files changed, 31 insertions(+), 8 deletions(-) --