Re: [Xen-devel] [PATCH] xen/pvhsim: fix cpu onlining

2019-10-23 Thread Jan Beulich
On 23.10.2019 14:55, Roger Pau Monné wrote: > On Wed, Oct 23, 2019 at 02:12:09PM +0200, Juergen Gross wrote: >> Since commit 8d3c326f6756d1 ("xen: let vcpu_create() select processor") >> the initial processor for all pv-shim vcpus will be 0, as no other cpus >> are online when the vcpus are created

Re: [Xen-devel] [PATCH] xen/pvhsim: fix cpu onlining

2019-10-23 Thread Jürgen Groß
On 23.10.19 14:55, Roger Pau Monné wrote: On Wed, Oct 23, 2019 at 02:12:09PM +0200, Juergen Gross wrote: Since commit 8d3c326f6756d1 ("xen: let vcpu_create() select processor") the initial processor for all pv-shim vcpus will be 0, as no other cpus are online when the vcpus are created. Before t

Re: [Xen-devel] [PATCH] xen/pvhsim: fix cpu onlining

2019-10-23 Thread Roger Pau Monné
On Wed, Oct 23, 2019 at 02:12:09PM +0200, Juergen Gross wrote: > Since commit 8d3c326f6756d1 ("xen: let vcpu_create() select processor") > the initial processor for all pv-shim vcpus will be 0, as no other cpus > are online when the vcpus are created. Before that commit the vcpus > would have proce

[Xen-devel] [PATCH] xen/pvhsim: fix cpu onlining

2019-10-23 Thread Juergen Gross
Since commit 8d3c326f6756d1 ("xen: let vcpu_create() select processor") the initial processor for all pv-shim vcpus will be 0, as no other cpus are online when the vcpus are created. Before that commit the vcpus would have processors set not being online yet, which worked just by chance. When the