Re: [Qemu-devel] [PATCH v11 08/29] target/i386: [tcg] Refactor insn_start

2017-07-01 Thread Richard Henderson
On 06/28/2017 05:48 AM, Lluís Vilanova wrote: Incrementally paves the way towards using the generic instruction translation loop. Signed-off-by: Lluís Vilanova --- target/i386/translate.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~

Re: [Qemu-devel] [PATCH v11 08/29] target/i386: [tcg] Refactor insn_start

2017-06-29 Thread Emilio G. Cota
On Wed, Jun 28, 2017 at 15:48:56 +0300, Lluís Vilanova wrote: > Incrementally paves the way towards using the generic instruction translation > loop. > > Signed-off-by: Lluís Vilanova Reviewed-by: Emilio G. Cota E.

[Qemu-devel] [PATCH v11 08/29] target/i386: [tcg] Refactor insn_start

2017-06-28 Thread Lluís Vilanova
Incrementally paves the way towards using the generic instruction translation loop. Signed-off-by: Lluís Vilanova --- target/i386/translate.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/target/i386/translate.c b/target/i386/translate.c index d015ea73fa..ad57be2