Re: [Qemu-devel] [PATCH v3 09/13] target/i386: move cpu_tmp2_i32 to DisasContext

2018-09-11 Thread Richard Henderson
On 09/11/2018 01:28 PM, Emilio G. Cota wrote: > Signed-off-by: Emilio G. Cota > --- > target/i386/translate.c | 347 > 1 file changed, 174 insertions(+), 173 deletions(-) Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH v3 09/13] target/i386: move cpu_tmp2_i32 to DisasContext

2018-09-11 Thread Emilio G. Cota
Signed-off-by: Emilio G. Cota --- target/i386/translate.c | 347 1 file changed, 174 insertions(+), 173 deletions(-) diff --git a/target/i386/translate.c b/target/i386/translate.c index c51f61ca2c..ec68f7dba1 100644 --- a/target/i386/translate.c +++ b/tar