Re: [PATCH v6 10/14] KVM: selftests: Use a single binary for dirty/clear log test

From: Andrew Jones
Date: Wed Mar 11 2020 - 14:47:31 EST


On Wed, Mar 11, 2020 at 01:43:24PM -0400, Peter Xu wrote:
> > >
> > > + if (!log_mode_supported()) {
> > > + fprintf(stderr, "Log mode '%s' not supported, skip\n",
> > > + log_modes[host_log_mode].name);
> >
> > I think kvm selftests needs a skip_test() function that outputs a more
> > consistent test skip message. It seems we mostly do
>
> Yep, I can introduce one.

I already did. Right after suggesting it.

https://www.spinics.net/lists/kvm/msg209545.html

Thanks,
drew