Re: [PATCH 10/15] KVM: selftests: Remove perf_test_args.host_page_size

2021-02-10 Thread Ben Gardon
On Wed, Feb 10, 2021 at 3:06 PM Sean Christopherson wrote: > > Remove perf_test_args.host_page_size and instead use getpagesize() so > that it's somewhat obvious that, for tests that care about the host page > size, they care about the system page size, not the hardware page size, > e.g. that the

[PATCH 10/15] KVM: selftests: Remove perf_test_args.host_page_size

2021-02-10 Thread Sean Christopherson
Remove perf_test_args.host_page_size and instead use getpagesize() so that it's somewhat obvious that, for tests that care about the host page size, they care about the system page size, not the hardware page size, e.g. that the logic is unchanged if hugepages are in play. No functional change int