Re: [Qemu-devel] [PATCH v2 0/5] spapr: Fix regression in CPU alias handling

2016-08-09 Thread David Gibson
On Tue, Aug 09, 2016 at 06:59:56PM +0200, Thomas Huth wrote: > There is a regression with the "-cpu" parameter which has been > introduced by the spapr CPU hotplug code: We used to allow to specify > a "CPU family" name with the "-cpu" parameter when running on KVM so > that the user does not need

[Qemu-devel] [PATCH v2 0/5] spapr: Fix regression in CPU alias handling

2016-08-09 Thread Thomas Huth
There is a regression with the "-cpu" parameter which has been introduced by the spapr CPU hotplug code: We used to allow to specify a "CPU family" name with the "-cpu" parameter when running on KVM so that the user does not need to know the gory details of the exact CPU version of the host CPU. Fo