Re: [Qemu-devel] [PATCH v2] arm: Fix CP15 FSR (C5) domain setting

2011-11-06 Thread Jean-Christophe DUBOIS
On 06/11/2011 18:33, Peter Maydell wrote: On 5 November 2011 11:42, Jean-Christophe DUBOIS wrote: During Xvisor development, it was noted that qemu did not return the correct domain value in the Cp15 [Data] FSR register (C5). This patch is a proposal to fix it. v2: - fix coding style - rebase

Re: [Qemu-devel] [PATCH v2] arm: Fix CP15 FSR (C5) domain setting

2011-11-06 Thread Peter Maydell
On 5 November 2011 11:42, Jean-Christophe DUBOIS wrote: > During Xvisor development, it was noted that qemu did not return > the correct domain value in the Cp15 [Data] FSR register (C5). > > This patch is a proposal to fix it. > > v2: > - fix coding style > - rebase on git. > > Signed-off-by: Jea