Re: [Qemu-devel] [PATCH v2 0/8] target-mips: DSP ASE fixes and cleanup

2013-01-09 Thread Blue Swirl
On Wed, Jan 9, 2013 at 3:27 PM, Aurelien Jarno wrote: > This patch series contains some fixes and cleanup following the merge > of the DSP ASE patches. Please fix the spacing in the for loops. > > Changes v1 -> v2: > - patch 1: unchanged > - patch 2: new patch as suggested by Richard Henderson

Re: [Qemu-devel] [PATCH v2 0/8] target-mips: DSP ASE fixes and cleanup

2013-01-09 Thread Richard Henderson
On 01/09/2013 07:27 AM, Aurelien Jarno wrote: Aurelien Jarno (8): target-mips: fix DSP loads with rd = 0 target-mips: copy insn_flags in DisasContext target-mips: generate a reserved instruction exception on CPU without DSP target-mips: add unions to access DSP elements target-mips

[Qemu-devel] [PATCH v2 0/8] target-mips: DSP ASE fixes and cleanup

2013-01-09 Thread Aurelien Jarno
This patch series contains some fixes and cleanup following the merge of the DSP ASE patches. Changes v1 -> v2: - patch 1: unchanged - patch 2: new patch as suggested by Richard Henderson - patch 3: updated to use insn_flags from DisasContext - patch 4: unchanged - patch 5: fix the cast on th