commit | 32d5148c993a2ac2af1a9c19db57ac645f84b02f | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Wed Oct 16 11:13:39 2013 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Thu Nov 21 15:11:53 2013 +0000 |
tree | d6c69311b3f132225fd22872e47aa5104b183fa0 | |
parent | 18d8fdcd795e903408d4b706eeede199e328e8f2 [diff] |
kvmtools: arm/arm64: emit the MPIDR in DT instead of cpu_id kvmtools uses the virtual CPU number to emit the DT CPU nodes. While this is correct for a flat topology, it fails on anything else, as the guest expects to find the MPIDR there. The fix is to ask the kernel for each vcpu MPIDR, and emit this instead. Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>