Re: [Qemu-devel] [PATCH] target-arm: Bug fix in filling the cp_regs hashtable

2017-06-16 Thread Abdallah Bouassida
Oh, I see! Thanks for the details! Regards, Abdallah Le 6/16/2017 à 3:51 PM, Peter Maydell a écrit : On 16 June 2017 at 15:42, Abdallah Bouassida wrote: Check if the CPU supports AARCH64 before adding the 64bit view of the coprocessor's register to the cp_regs hashtable. Signed-off-by: Abda

Re: [Qemu-devel] [PATCH] target-arm: Bug fix in filling the cp_regs hashtable

2017-06-16 Thread Peter Maydell
On 16 June 2017 at 15:42, Abdallah Bouassida wrote: > Check if the CPU supports AARCH64 before adding the 64bit view of > the coprocessor's register to the cp_regs hashtable. > > Signed-off-by: Abdallah Bouassida > --- > Bug description: if a register has the .state = ARM_CP_STATE_BOTH, its 64bi

[Qemu-devel] [PATCH] target-arm: Bug fix in filling the cp_regs hashtable

2017-06-16 Thread Abdallah Bouassida
Check if the CPU supports AARCH64 before adding the 64bit view of the coprocessor's register to the cp_regs hashtable. Signed-off-by: Abdallah Bouassida --- Bug description: if a register has the .state = ARM_CP_STATE_BOTH, its 64bit view will be added to the hashtable even if the CPU is not 6