All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH 0/3] x86/vmx: fix vmx_EPT_AD_* tests
@ 2017-06-29 17:26 Radim Krčmář
  2017-06-29 17:26 ` [kvm-unit-tests PATCH 1/3] x86/vmx: fix EPT - MMIO access Radim Krčmář
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Radim Krčmář @ 2017-06-29 17:26 UTC (permalink / raw)
  To: kvm; +Cc: Paolo Bonzini, David Matlack, Peter Feiner

This series turns

  FAIL vmx_EPT_AD_enabled (12 tests, 2 unexpected failures)
  FAIL vmx_EPT_AD_disabled (14 tests, 4 unexpected failures)

into

  PASS vmx_EPT_AD_enabled (13 tests)
  PASS vmx_EPT_AD_disabled (15 tests)

as I think there are no KVM bugs involved.

Other ept tests are still failing and I didn't see a mistake that would
cause

  FAIL vmx_ept_access_test_paddr_read_only_ad_disabled (timeout; duration=90s)
  FAIL vmx_ept_access_test_paddr_read_execute_ad_disabled (timeout; duration=90s)

so a KVM bug there seems likely.


Radim Krčmář (3):
  x86/vmx: fix EPT - MMIO access
  x86/vmx: fix detection of unmapped PTE
  x86/vmx: get EPT at the last level

 x86/vmx.c       | 33 +++++++++++++++++++--------------
 x86/vmx.h       |  4 ++--
 x86/vmx_tests.c | 23 ++++++++++++-----------
 3 files changed, 33 insertions(+), 27 deletions(-)

-- 
2.13.2

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-07-03 17:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29 17:26 [kvm-unit-tests PATCH 0/3] x86/vmx: fix vmx_EPT_AD_* tests Radim Krčmář
2017-06-29 17:26 ` [kvm-unit-tests PATCH 1/3] x86/vmx: fix EPT - MMIO access Radim Krčmář
2017-06-29 17:34   ` Peter Feiner
2017-06-30 10:22     ` Paolo Bonzini
2017-07-03 17:13       ` Radim Krčmář
2017-07-03 17:28         ` Paolo Bonzini
2017-06-29 17:26 ` [kvm-unit-tests PATCH 2/3] x86/vmx: fix detection of unmapped PTE Radim Krčmář
2017-06-29 17:38   ` Peter Feiner
2017-06-30 10:33   ` Paolo Bonzini
2017-07-03 10:34     ` Paolo Bonzini
2017-07-03 16:42       ` Radim Krčmář
2017-06-29 17:26 ` [kvm-unit-tests PATCH 3/3] x86/vmx: get EPT at the last level Radim Krčmář
2017-06-29 17:51   ` Peter Feiner
2017-06-29 18:08     ` Radim Krčmář
2017-06-29 18:17       ` Peter Feiner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.