On Wed, Mar 18, 2020 at 12:37:20PM -0400, Peter Xu wrote: > It's only used to override the existing dirty ring size/count. If > with a bigger ring count, we test async of dirty ring. If with a > smaller ring count, we test ring full code path. Async is default. > > It has no use for non-dirty-ring tests. > > Signed-off-by: Peter Xu <peterx@xxxxxxxxxx> > --- > tools/testing/selftests/kvm/dirty_log_test.c | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>