mbox series

[0/2] KVM: selftests: Fixes for access tracking perf test

Message ID 20221129175300.4052283-1-seanjc@google.com (mailing list archive)
Headers show
Series KVM: selftests: Fixes for access tracking perf test | expand

Message

Sean Christopherson Nov. 29, 2022, 5:52 p.m. UTC
Fix an inverted check in the access tracking perf test, and restore the
assert that there aren't too many dangling idle pages when running the
test on x86-64 bare metal.

Sean Christopherson (2):
  KVM: selftests: Fix inverted "warning" in access tracking perf test
  KVM: selftests: Restore assert for non-nested VMs in access tracking
    test

 .../selftests/kvm/access_tracking_perf_test.c | 22 ++++++++++++-------
 .../selftests/kvm/include/x86_64/processor.h  |  1 +
 2 files changed, 15 insertions(+), 8 deletions(-)


base-commit: 3e04435fe60590a1c79ec94d60e9897c3ff7d73b

Comments

Emanuele Giuseppe Esposito Dec. 1, 2022, 11:11 a.m. UTC | #1
Am 29/11/2022 um 18:52 schrieb Sean Christopherson:
> Fix an inverted check in the access tracking perf test, and restore the
> assert that there aren't too many dangling idle pages when running the
> test on x86-64 bare metal.
> 
> Sean Christopherson (2):
>   KVM: selftests: Fix inverted "warning" in access tracking perf test
>   KVM: selftests: Restore assert for non-nested VMs in access tracking
>     test
> 
>  .../selftests/kvm/access_tracking_perf_test.c | 22 ++++++++++++-------
>  .../selftests/kvm/include/x86_64/processor.h  |  1 +
>  2 files changed, 15 insertions(+), 8 deletions(-)
> 
> 
> base-commit: 3e04435fe60590a1c79ec94d60e9897c3ff7d73b
> 

Makes sense, apologies for inverting the check.

Reviewed-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>