Re: [Qemu-devel] [Qemu-ppc] [PATCH] spapr: check smp_threads < vsmt

2018-02-08 Thread Laurent Vivier
On 07/02/2018 21:21, Greg Kurz wrote: > On Wed, 7 Feb 2018 17:17:30 +0100 > Laurent Vivier wrote: > >> We ignore silently the value of smp_threads when we set >> the VSMT value, and if smp_threads is greater than VSMT >> kernel is going into trouble later. >> >> Fixes: 8904e5a750 >> ("spapr: Adj

Re: [Qemu-devel] [Qemu-ppc] [PATCH] spapr: check smp_threads < vsmt

2018-02-07 Thread Greg Kurz
On Wed, 7 Feb 2018 17:17:30 +0100 Laurent Vivier wrote: > We ignore silently the value of smp_threads when we set > the VSMT value, and if smp_threads is greater than VSMT > kernel is going into trouble later. > > Fixes: 8904e5a750 > ("spapr: Adjust default VSMT value for better migration compa