commit | 0f55b67e5ad8dcdfb9ae2aaed75dd9fbb2bd92b2 | [log] [tgz] |
---|---|---|
author | Andrew Jones <drjones@redhat.com> | Thu Oct 29 21:17:00 2020 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sat Oct 31 10:35:50 2020 -0400 |
tree | f6e77496a39c3b7132f5bd6a0ecc5ff4545762c4 | |
parent | 064eedf2c50f692088e1418c553084bf9c1432f8 [diff] |
KVM: selftests: Don't require THP to run tests Unless we want to test with THP, then we shouldn't require it to be configured by the host kernel. Unfortunately, even advising with MADV_NOHUGEPAGE does require it, so check for THP first in order to avoid madvise failing with EINVAL. Signed-off-by: Andrew Jones <drjones@redhat.com> Message-Id: <20201029201703.102716-2-drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>