The NPT implementation of SVM does not set bits 32 and 33 of EXITINFO1.
We want to fix that, so check those fields and also add two extra tests:

- reserved bits during page access (the existing test is for reserved bits
  during page table walks)

- test for writes to a read-only page mapped to an MMIO device from L1

Paolo Bonzini (3):
  x86: svm: fix exitinfo values for NPT tests
  x86: svm: add page access reserved bit test
  x86: svm: add L1 MMIO read-only permission test

 x86/svm.c | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 77 insertions(+), 11 deletions(-)

-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to