Re: [Xen-devel] [PATCH 26/60] xen: let vcpu_create() select processor

2019-07-02 Thread Juergen Gross
On 02.07.19 10:55, Jan Beulich wrote: On 28.05.19 at 12:32, wrote: Today there are two distinct scenarios for vcpu_create(): either for creation of idle-domain vcpus (vcpuid == processor) or for creation of "normal" domain vcpus (including dom0), where the caller selects the initial processor o

Re: [Xen-devel] [PATCH 26/60] xen: let vcpu_create() select processor

2019-07-02 Thread Jan Beulich
>>> On 28.05.19 at 12:32, wrote: > Today there are two distinct scenarios for vcpu_create(): either for > creation of idle-domain vcpus (vcpuid == processor) or for creation of > "normal" domain vcpus (including dom0), where the caller selects the > initial processor on a round-robin scheme of the

[Xen-devel] [PATCH 26/60] xen: let vcpu_create() select processor

2019-05-28 Thread Juergen Gross
Today there are two distinct scenarios for vcpu_create(): either for creation of idle-domain vcpus (vcpuid == processor) or for creation of "normal" domain vcpus (including dom0), where the caller selects the initial processor on a round-robin scheme of the allowed processors (allowed being based o