Re: [Xen-devel] [PATCH RFC 1/8] x86/hvm: set initial apicid to vcpu_id

2016-03-02 Thread Joao Martins
On 02/25/2016 05:03 PM, Jan Beulich wrote: On 22.02.16 at 22:02, wrote: >> Currently the initial_apicid is set vcpu_id * 2 which makes it difficult >> for the toolstack to manage how is the topology seen by the guest. >> Instead of forcing procpkg and proccount to

Re: [Xen-devel] [PATCH RFC 1/8] x86/hvm: set initial apicid to vcpu_id

2016-02-25 Thread Jan Beulich
>>> On 22.02.16 at 22:02, wrote: > Currently the initial_apicid is set vcpu_id * 2 which makes it difficult > for the toolstack to manage how is the topology seen by the guest. > Instead of forcing procpkg and proccount to be VCPUID * 2, instead we > set it to max

[Xen-devel] [PATCH RFC 1/8] x86/hvm: set initial apicid to vcpu_id

2016-02-22 Thread Joao Martins
Currently the initial_apicid is set vcpu_id * 2 which makes it difficult for the toolstack to manage how is the topology seen by the guest. Instead of forcing procpkg and proccount to be VCPUID * 2, instead we set it to max vcpuid on proccount to max_vcpu_id + 1 (logical number of logical cores)