Re: [Qemu-devel] [PATCH] ARM: enable XScale/iWMMXT in linux-user mode

2010-11-19 Thread Peter Maydell
On 19 November 2010 15:36, Peter Maydell wrote: > In linux-user mode, the XScale/iWMMXT coprocessors must be enabled > at reset so that we can run code that uses these instructions. > > Signed-off-by: Peter Maydell This patch fixes the same issue as this patch submitted by Lars Munch back in May

[Qemu-devel] [PATCH] ARM: enable XScale/iWMMXT in linux-user mode

2010-11-19 Thread Peter Maydell
In linux-user mode, the XScale/iWMMXT coprocessors must be enabled at reset so that we can run code that uses these instructions. Signed-off-by: Peter Maydell --- target-arm/helper.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/target-arm/helper.c b/target-arm/he