Re: [Qemu-devel] [PATCH] target-mips: enable access to DSP ASE if implemented

2013-01-31 Thread Aurelien Jarno
On Wed, Jan 23, 2013 at 03:57:02AM +0100, Petar Jovanovic wrote: > From: Petar Jovanovic > > compute_hflags() will reset DSP h-flags, so MX bit should be initially set > for usermode in cpu_state_reset() if DSP ASE is implemented. > This change will bring back user-mode support for DSP ASE, since

[Qemu-devel] [PATCH] target-mips: enable access to DSP ASE if implemented

2013-01-22 Thread Petar Jovanovic
From: Petar Jovanovic compute_hflags() will reset DSP h-flags, so MX bit should be initially set for usermode in cpu_state_reset() if DSP ASE is implemented. This change will bring back user-mode support for DSP ASE, since one of the recent changes broke it. Signed-off-by: Petar Jovanovic ---