Re: [Qemu-devel] [PATCH 0/4] target-arm: Fix decoding of preload and hint insns

2011-02-04 Thread Aurelien Jarno
On Thu, Feb 03, 2011 at 07:43:21PM +, Peter Maydell wrote: > The primary aim of this patch series is to fix the decoding of the > preload and hint instruction space (PLD, PLDW, PLI). Some of these > instructions (PLDW and some unallocated space which should NOP) are > v7MP only, so we introduce

[Qemu-devel] [PATCH 0/4] target-arm: Fix decoding of preload and hint insns

2011-02-03 Thread Peter Maydell
The primary aim of this patch series is to fix the decoding of the preload and hint instruction space (PLD, PLDW, PLI). Some of these instructions (PLDW and some unallocated space which should NOP) are v7MP only, so we introduce a feature flag for cores with the v7MP extensions. The flag also lets