mbox series

[kvm-unit-tests,0/2] Couple of SVM fixes

Message ID 162826604263.32391.7580736822527851972.stgit@bmoger-ubuntu (mailing list archive)
Headers show
Series Couple of SVM fixes | expand

Message

Babu Moger Aug. 6, 2021, 4:08 p.m. UTC
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(-)

--