Re: [Qemu-devel] [PATCH] target-mips: fix branch in likely delay slot tcg assert

2013-07-28 Thread Aurelien Jarno
On Mon, Jun 24, 2013 at 05:45:39PM +0100, Yongbok Kim wrote: > From: James Hogan > > When a branch delay slot contains another branch instruction, the code > generated raises an exception, however since is_branch==1, > handle_delay_slot() doesn't get called immediately. This means > ctx->bstate i

Re: [Qemu-devel] [PATCH] target-mips: fix branch in likely delay slot tcg assert

2013-07-22 Thread Yongbok Kim
Ping! http://patchwork.ozlabs.org/patch/253911/ Is there any other person who can review the change? It seems that Aurelien didn't reply any of patches recently. Best Regards, Yongbok Kim -Original Message- From: Yongbok Kim Sent: 08 July 2013 10:44 To: qemu-devel@nongnu.org Cc: aure

Re: [Qemu-devel] [PATCH] target-mips: fix branch in likely delay slot tcg assert

2013-07-08 Thread Yongbok Kim
Ping! http://lists.gnu.org/archive/html/qemu-devel/2013-06/msg04259.html Regards, Yongbok -Original Message- From: Yongbok Kim Sent: 24 June 2013 17:46 To: qemu-devel@nongnu.org Cc: aurel...@aurel32.net; Leon Alrae; Cristian Cuna; James Hogan; Yongbok Kim Subject: [PATCH] target-mips:

[Qemu-devel] [PATCH] target-mips: fix branch in likely delay slot tcg assert

2013-06-24 Thread Yongbok Kim
From: James Hogan When a branch delay slot contains another branch instruction, the code generated raises an exception, however since is_branch==1, handle_delay_slot() doesn't get called immediately. This means ctx->bstate isn't set to BS_BRANCH, and the decoder continues decoding until a non-bra