commit | d2e0c697fae69d4dca0031894bc83f048233fa99 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty.russell@linaro.org> | Wed Jul 25 15:37:44 2012 +0930 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Aug 08 14:21:02 2012 +0100 |
tree | 419fe5efbfb10cda09fd3efe8621d5a1baa83725 | |
parent | 25521312be4854296c1f2245fbcc6c089036e4d8 [diff] |
target-arm: kvm: use KVM_GET_MSRS/KVM_SET_MSRS for CP15 registers. Recent kernels use this to set the CP15 registers, rather than putting them in 'struct kvm_regs'. Signed-off-by: Rusty Russell <rusty.russell@linaro.org>