Re: [PATCH v2 05/11] KVM: arm: check ordering of all system register tables

2015-06-14 Thread zichao
On 2015/6/10 21:52, Alex Bennée wrote: Zhichao Huang zhichao.hu...@linaro.org writes: We now have multiple tables for the various system registers we trap. Make sure we check the order of all of them, as it is critical that we get the order right (been there, done that...).

Re: [PATCH v2 05/11] KVM: arm: check ordering of all system register tables

2015-06-10 Thread Alex Bennée
Zhichao Huang zhichao.hu...@linaro.org writes: We now have multiple tables for the various system registers we trap. Make sure we check the order of all of them, as it is critical that we get the order right (been there, done that...). Signed-off-by: Zhichao Huang zhichao.hu...@linaro.org

[PATCH v2 05/11] KVM: arm: check ordering of all system register tables

2015-05-30 Thread Zhichao Huang
We now have multiple tables for the various system registers we trap. Make sure we check the order of all of them, as it is critical that we get the order right (been there, done that...). Signed-off-by: Zhichao Huang zhichao.hu...@linaro.org --- arch/arm/kvm/coproc.c | 26