[Qemu-devel] [PATCH 2/2] arm: kvm: set MPIDR when we can

2017-02-27 Thread Andrew Jones
If KVM supports user provided MPIDRs for the vcpus, then provide them. This simplifies management of vcpus as we can be sure of the identity of a vcpu even before it's been instantiated. Cc: Igor Mammedov Signed-off-by: Andrew Jones --- target/arm/cpu.c | 3 +-- target/arm/kvm32.c | 22 +

Re: [Qemu-devel] [PATCH 2/2] arm: kvm: set MPIDR when we can

2017-03-02 Thread Peter Maydell
On 27 February 2017 at 17:37, Andrew Jones wrote: > If KVM supports user provided MPIDRs for the vcpus, then provide > them. This simplifies management of vcpus as we can be sure of > the identity of a vcpu even before it's been instantiated. > > Cc: Igor Mammedov > Signed-off-by: Andrew Jones >

Re: [Qemu-devel] [PATCH 2/2] arm: kvm: set MPIDR when we can

2017-03-02 Thread Andrew Jones
On Thu, Mar 02, 2017 at 04:13:40PM +, Peter Maydell wrote: > On 27 February 2017 at 17:37, Andrew Jones wrote: > > If KVM supports user provided MPIDRs for the vcpus, then provide > > them. This simplifies management of vcpus as we can be sure of > > the identity of a vcpu even before it's bee