On Thu, Feb 13, 2020 at 04:08:30PM +0100, Janosch Frank wrote: > On 2/13/20 3:38 PM, Andrew Jones wrote: > > Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> > > --- > > s390x/unittests.cfg | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/s390x/unittests.cfg b/s390x/unittests.cfg > > index 07013b2b8748..aa6d5d96e292 100644 > > --- a/s390x/unittests.cfg > > +++ b/s390x/unittests.cfg > > @@ -74,7 +74,7 @@ file = stsi.elf > > > > [smp] > > file = smp.elf > > -extra_params =-smp 2 > > +smp = 2 > > > > That should've been part of the VMM patchset? I sent it separately because it's not really related. I did find it while doing the VMM patchset though. > > Reviewed-by: Janosch Frank <frankja@xxxxxxxxxxxxx> Thanks, drew > > > [sclp-1g] > > file = sclp.elf > > > >