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

2019-10-23 Thread George Dunlap
On 10/23/19 2:59 PM, 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 processors set not being o

[Xen-devel] [PATCH v2] 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