Re: [Qemu-devel] [PATCH v7 04/11] target-mips: improve exception handling

2015-09-16 Thread Pavel Dovgaluk
> From: Leon Alrae [mailto:leon.al...@imgtec.com] > On 28/08/2015 10:08, Pavel Dovgaluk wrote: > >> From: Aurelien Jarno [mailto:aurel...@aurel32.net] > >> On 2015-08-13 14:12, Leon Alrae wrote: > >>> On 10/07/2015 10:57, Pavel Dovgalyuk wrote: > @@ -2364,14 +2363,12 @@ static void gen_st_cond

Re: [Qemu-devel] [PATCH v7 04/11] target-mips: improve exception handling

2015-09-15 Thread Leon Alrae
On 28/08/2015 10:08, Pavel Dovgaluk wrote: >> From: Aurelien Jarno [mailto:aurel...@aurel32.net] >> On 2015-08-13 14:12, Leon Alrae wrote: >>> On 10/07/2015 10:57, Pavel Dovgalyuk wrote: @@ -2364,14 +2363,12 @@ static void gen_st_cond (DisasContext *ctx, uint32_t opc, int rt, #if d

Re: [Qemu-devel] [PATCH v7 04/11] target-mips: improve exception handling

2015-08-28 Thread Pavel Dovgaluk
> From: Aurelien Jarno [mailto:aurel...@aurel32.net] > On 2015-08-13 14:12, Leon Alrae wrote: > > On 10/07/2015 10:57, Pavel Dovgalyuk wrote: > > > @@ -2364,14 +2363,12 @@ static void gen_st_cond (DisasContext *ctx, > > > uint32_t opc, int rt, > > > #if defined(TARGET_MIPS64) > > > case OPC_

Re: [Qemu-devel] [PATCH v7 04/11] target-mips: improve exception handling

2015-08-17 Thread Aurelien Jarno
On 2015-08-13 14:12, Leon Alrae wrote: > On 10/07/2015 10:57, Pavel Dovgalyuk wrote: > > @@ -2364,14 +2363,12 @@ static void gen_st_cond (DisasContext *ctx, > > uint32_t opc, int rt, > > #if defined(TARGET_MIPS64) > > case OPC_SCD: > > case R6_OPC_SCD: > > -save_cpu_state(ctx, 1

Re: [Qemu-devel] [PATCH v7 04/11] target-mips: improve exception handling

2015-08-13 Thread Leon Alrae
On 10/07/2015 10:57, Pavel Dovgalyuk wrote: > @@ -2364,14 +2363,12 @@ static void gen_st_cond (DisasContext *ctx, uint32_t > opc, int rt, > #if defined(TARGET_MIPS64) > case OPC_SCD: > case R6_OPC_SCD: > -save_cpu_state(ctx, 1); > op_st_scd(t1, t0, rt, ctx); >