Re: [PATCH v4 7/7] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking
From: Sean Christopherson
Date: Fri May 16 2025 - 14:47:23 EST
On Thu, May 08, 2025, James Houghton wrote:
> @@ -372,7 +501,7 @@ static void help(char *name)
> printf(" -v: specify the number of vCPUs to run.\n");
> printf(" -o: Overlap guest memory accesses instead of partitioning\n"
> " them into a separate region of memory for each vCPU.\n");
> - printf(" -w: Control whether the test warns or fails if more than 10%\n"
> + printf(" -w: Control whether the test warns or fails if more than 10%%\n"
This belongs in patch 2. I'll fixup when applying.