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

From: Emanuele Giuseppe Esposito
Date: Thu Dec 01 2022 - 06:18:45 EST




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@xxxxxxxxxx>