Re: [RFC PATCH 02/12] target/arm/kvm64: make MPIDR consistent with CPU Topology

2020-09-17 Thread Andrew Jones
On Thu, Sep 17, 2020 at 09:19:34PM +0800, Ying Fang wrote: > > > On 9/17/2020 6:59 PM, Andrew Jones wrote: > > On Thu, Sep 17, 2020 at 09:53:35AM +0200, Andrew Jones wrote: > > > On Thu, Sep 17, 2020 at 11:20:23AM +0800, Ying Fang wrote: > > > > MPIDR helps to provide an additional PE identificat

Re: [RFC PATCH 02/12] target/arm/kvm64: make MPIDR consistent with CPU Topology

2020-09-17 Thread Ying Fang
On 9/17/2020 6:59 PM, Andrew Jones wrote: On Thu, Sep 17, 2020 at 09:53:35AM +0200, Andrew Jones wrote: On Thu, Sep 17, 2020 at 11:20:23AM +0800, Ying Fang wrote: MPIDR helps to provide an additional PE identification in a multiprocessor system. This patch adds support for setting MPIDR from

Re: [RFC PATCH 02/12] target/arm/kvm64: make MPIDR consistent with CPU Topology

2020-09-17 Thread Ying Fang
On 9/17/2020 3:53 PM, Andrew Jones wrote: On Thu, Sep 17, 2020 at 11:20:23AM +0800, Ying Fang wrote: MPIDR helps to provide an additional PE identification in a multiprocessor system. This patch adds support for setting MPIDR from userspace, so that MPIDR is consistent with CPU topology confi

Re: [RFC PATCH 02/12] target/arm/kvm64: make MPIDR consistent with CPU Topology

2020-09-17 Thread Andrew Jones
On Thu, Sep 17, 2020 at 09:53:35AM +0200, Andrew Jones wrote: > On Thu, Sep 17, 2020 at 11:20:23AM +0800, Ying Fang wrote: > > MPIDR helps to provide an additional PE identification in a multiprocessor > > system. This patch adds support for setting MPIDR from userspace, so that > > MPIDR is consis

Re: [RFC PATCH 02/12] target/arm/kvm64: make MPIDR consistent with CPU Topology

2020-09-17 Thread Andrew Jones
On Thu, Sep 17, 2020 at 11:20:23AM +0800, Ying Fang wrote: > MPIDR helps to provide an additional PE identification in a multiprocessor > system. This patch adds support for setting MPIDR from userspace, so that > MPIDR is consistent with CPU topology configured. > > Signed-off-by: Ying Fang > --