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

2015-06-30 Thread Christoffer Dall
On Mon, Jun 22, 2015 at 06:41:28PM +0800, Zhichao Huang wrote: 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

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

2015-06-22 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