commit | 25521312be4854296c1f2245fbcc6c089036e4d8 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty.russell@linaro.org> | Wed Jul 25 15:36:56 2012 +0930 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Aug 08 14:17:11 2012 +0100 |
tree | ea4be5150965e1dc4742d0bc8e5bec3a7d1c1953 | |
parent | f8c35618a3559a92542d00fdc146a80a70e3d4fa [diff] |
target-arm: kvm: use KVM_ARM_VCPU_INIT to set target to Cortex A15 Recent kernels need this to set the cpu and features (currently, only the A15 is supported). Note that this causes the registers in the CPU to be initialized, so it's important that all CPUs are created first (they are, as it turns out). Signed-off-by: Rusty Russell <rusty.russell@linaro.org> index 29bb51f..67d005f 100644