On 03.04.20 11:40, Andrew Jones wrote: > Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> > Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> > Reviewed-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > --- > > v2: Really just a repost, but also picked up the tags. (sorry, missed to pick this one up) > > 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 > > [sclp-1g] > file = sclp.elf > Thanks, queued to https://github.com/davidhildenbrand/kvm-unit-tests.git s390x-next On the branch, we also do have [stsi] file = stsi.elf extra_params=-name kvm-unit-test --uuid 0fb84a86-727c-11ea-bc55-0242ac130003 -smp 1,maxcpus=8 Can that be expressed similarly? -- Thanks, David / dhildenb