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

2015-11-03 Thread Peter Maydell
On 31 October 2015 at 09:50, 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 >

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

2015-10-31 Thread Shannon Zhao
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 hw/arm/virt-acpi-build.c | 4 +++- 1 file changed, 3 insertions(+),