Re: [Qemu-devel] [Qemu-arm] [PATCH] ARM: ACPI: Fix MPIDR value in ACPI table

2015-11-03 Thread Peter Maydell
On 3 November 2015 at 04:33, Peter Crosthwaite wrote: > So, I think this is just another case of the MPIDR information flow > going the wrong way. It should go from board to all of CPU, DT and now > this. I guess we can just fix this incrementally when we fix the > implicit setting of MPIDR in mac

Re: [Qemu-devel] [Qemu-arm] [PATCH] ARM: ACPI: Fix MPIDR value in ACPI table

2015-11-02 Thread Peter Crosthwaite
On Sat, Oct 31, 2015 at 5:04 PM, Peter Maydell wrote: > On 31 October 2015 at 18:53, Peter Crosthwaite > wrote: >> On Sat, Oct 31, 2015 at 2:50 AM, Shannon Zhao >> wrote: >>> From: Shannon Zhao >>> >>> Use mp_affinity of ARMCPU as the CPU MPIDR instead of the CPU index. >>> >>> Signed-off-by:

Re: [Qemu-devel] [Qemu-arm] [PATCH] ARM: ACPI: Fix MPIDR value in ACPI table

2015-10-31 Thread Peter Maydell
On 31 October 2015 at 18:53, Peter Crosthwaite wrote: > On Sat, Oct 31, 2015 at 2:50 AM, Shannon Zhao > wrote: >> From: Shannon Zhao >> >> Use mp_affinity of ARMCPU as the CPU MPIDR instead of the CPU index. >> >> Signed-off-by: Shannon Zhao >> --- >> This patch is based on below patch. >> htt

Re: [Qemu-devel] [Qemu-arm] [PATCH] ARM: ACPI: Fix MPIDR value in ACPI table

2015-10-31 Thread Peter Crosthwaite
On Sat, Oct 31, 2015 at 2:50 AM, Shannon Zhao wrote: > From: Shannon Zhao > > Use mp_affinity of ARMCPU as the CPU MPIDR instead of the CPU index. > > Signed-off-by: Shannon Zhao > --- > This patch is based on below patch. > http://lists.nongnu.org/archive/html/qemu-devel/2015-10/msg06919.html >