On 20/11/2019 15.25, Laurent Vivier wrote: > Commit 29cb4187497d ("spapr: Set VSMT to smp_threads by default") > has introduced a new default value for VSMT that is not supported > by old kernels (before 4.13 kernel) and this breaks "make check" > on these kernels. > > To fix that, explicitly set in the involved tests the value that was > used as the default value before the change. > > Cc: Greg Kurz <gr...@kaod.org> > Signed-off-by: Laurent Vivier <lviv...@redhat.com> > --- > tests/migration-test.c | 4 ++-- > tests/pxe-test.c | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-)
Acked-by: Thomas Huth <th...@redhat.com> I assume this will go via the ppc tree? Thomas