qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Maydell
Subject: Re: [Qemu-arm] [PATCH] ARM: ACPI: Fix MPIDR value in ACPI table
Date: Tue, 3 Nov 2015 08:15:56 +0000

On 3 November 2015 at 04:33, Peter Crosthwaite
<address@hidden> 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 mach-virt.

The difficulty with that is that to support KVM we need
to let KVM (ie the CPU object) override the board's ideas
about mpidr, because the kernel doesn't yet support letting
the board model inform it about what mpidr values to use.
So we probably need to have 'board model sets cpu property,
everything else reads cpu property which might or might not
be what the board hoped for'.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]