Re: [PATCH v2] KVM: selftests: Run dirty_log_perf_test on specific cpus

From: David Matlack
Date: Fri Aug 19 2022 - 18:35:40 EST


On Fri, Aug 19, 2022 at 3:34 PM David Matlack <dmatlack@xxxxxxxxxx> wrote:
>
> On Fri, Aug 19, 2022 at 03:20:06PM -0700, Vipin Sharma wrote:
> >
> > This will assume all tests have the same pinning requirement and
> > format. What if some tests have more than one worker threads after the
> > vcpus?
>
> Even if a test has other worker threads, this proposal would still be
> logically consistent. The flag is defined to only control the vCPU
> threads and the main threads.

s/main threads/main thread/