Re: [Qemu-devel] [PATCH] * Fixed problem with IT AL.

2010-02-28 Thread Aurelien Jarno
The patch looks ok. Can you please resend it with a Signed-of-by: line, and maybe a better subject mentioning ARM? On Tue, Feb 09, 2010 at 04:43:47PM +0100, Johan Bengtsson wrote: > --- > target-arm/translate.c |8 +--- > 1 files changed, 5 insertions(+), 3 deletions(-) > > diff --git a/

[Qemu-devel] [PATCH] * Fixed problem with IT AL.

2010-02-09 Thread Johan Bengtsson
--- target-arm/translate.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/target-arm/translate.c b/target-arm/translate.c index 786c329..554583d 100644 --- a/target-arm/translate.c +++ b/target-arm/translate.c @@ -8328,9 +8328,11 @@ static void disas_thumb_insn(CPU

[Qemu-devel] [PATCH] Fixed problem with IT AL.

2010-02-09 Thread Johan Bengtsson
This patch fixes a problem in the ARM target, where an IT AL instruction causes QEmu to abort.