Re: [Qemu-devel] [PATCH] arm: prevent coprocessor IO reset

2010-05-28 Thread Aurelien Jarno
On Sat, May 08, 2010 at 10:42:43PM +0200, Lars Munch wrote: > This prevent coprocessor IO structure from being reset on cpu reset. This was > a problem for PXA which uses coprocessor 6 and 14. > > Signed-off-by: Lars Munch Thanks, applied. > --- > target-arm/cpu.h | 14 +++--- > 1 fi

[Qemu-devel] [PATCH] arm: prevent coprocessor IO reset

2010-05-08 Thread Lars Munch
This prevent coprocessor IO structure from being reset on cpu reset. This was a problem for PXA which uses coprocessor 6 and 14. Signed-off-by: Lars Munch --- target-arm/cpu.h | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/target-arm/cpu.h b/target-arm/cpu.