Re: [Xen-devel] [PATCH RFC 30/49] xen: let vcpu_create() select processor

2019-03-30 Thread Juergen Gross
On 29/03/2019 20:17, Andrew Cooper wrote: > On 29/03/2019 15:09, Juergen Gross 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

Re: [Xen-devel] [PATCH RFC 30/49] xen: let vcpu_create() select processor

2019-03-29 Thread Andrew Cooper
On 29/03/2019 15:09, Juergen Gross 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 schem

[Xen-devel] [PATCH RFC 30/49] xen: let vcpu_create() select processor

2019-03-29 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