Re: [Qemu-devel] [PATCH v2] target-mips: Fix ALIGN instruction when bp=0

2016-01-09 Thread Miodrag Dinic
arget-mips: Fix ALIGN instruction when bp=0 Hi Miodrag, Thanks for the fix; I've applied it to the target-mips queue (in future please send patches inline). Thanks, Leon On 04/01/16 15:52, Miodrag Dinic wrote: > Hello Aurelien, > > thanks for your comments and review. > Versio

Re: [Qemu-devel] [PATCH v2] target-mips: Fix ALIGN instruction when bp=0

2016-01-08 Thread Leon Alrae
Hi Miodrag, Thanks for the fix; I've applied it to the target-mips queue (in future please send patches inline). Thanks, Leon On 04/01/16 15:52, Miodrag Dinic wrote: > Hello Aurelien, > > thanks for your comments and review. > Version 2 of the patch is in the attachment. > > Diff between versi

Re: [Qemu-devel] [PATCH v2] target-mips: Fix ALIGN instruction when bp=0

2016-01-04 Thread P J P
Hello Miodrag, +-- On Mon, 4 Jan 2016, Miodrag Dinic wrote --+ | thanks for your comments and review. | Version 2 of the patch is in the attachment. -> http://qemu-project.org/Contribute/SubmitAPatch#Do_not_send_as_an_attachment Generally it is preferred to have patches inline, instead of att

[Qemu-devel] [PATCH v2] target-mips: Fix ALIGN instruction when bp=0

2016-01-04 Thread Miodrag Dinic
Hello Aurelien, thanks for your comments and review. Version 2 of the patch is in the attachment. Diff between versions 1 & 2 according to your comments is : diff --git a/target-mips/translate.c b/target-mips/translate.c index f20678c..d2443d3 100644 --- a/target-mips/translate.c +++ b/target-mi