Re: [Qemu-devel] [PATCH v4 4/7] target-m68k: move fmove CR to a function

2017-06-12 Thread Philippe Mathieu-Daudé
Hi Laurent, On 06/11/2017 08:16 PM, Laurent Vivier wrote: Move code of fmove to/from control register to a function Signed-off-by: Laurent Vivier --- target/m68k/translate.c | 66 ++--- 1 file changed, 41 insertions(+), 25 deletions(-) diff --git a

Re: [Qemu-devel] [PATCH v4 4/7] target-m68k: move fmove CR to a function

2017-06-12 Thread Richard Henderson
On 06/12/2017 10:56 AM, Laurent Vivier wrote: Le 12/06/2017 à 18:13, Richard Henderson a écrit : On 06/11/2017 04:16 PM, Laurent Vivier wrote: Move code of fmove to/from control register to a function Signed-off-by: Laurent Vivier --- target/m68k/translate.c | 66 ++

Re: [Qemu-devel] [PATCH v4 4/7] target-m68k: move fmove CR to a function

2017-06-12 Thread Laurent Vivier
Le 12/06/2017 à 18:13, Richard Henderson a écrit : > On 06/11/2017 04:16 PM, Laurent Vivier wrote: >> Move code of fmove to/from control register to a function >> >> Signed-off-by: Laurent Vivier >> --- >> target/m68k/translate.c | 66 >> ++--- >> 1 f

Re: [Qemu-devel] [PATCH v4 4/7] target-m68k: move fmove CR to a function

2017-06-12 Thread Richard Henderson
On 06/11/2017 04:16 PM, Laurent Vivier wrote: Move code of fmove to/from control register to a function Signed-off-by: Laurent Vivier --- target/m68k/translate.c | 66 ++--- 1 file changed, 41 insertions(+), 25 deletions(-) In that this is 100% c

[Qemu-devel] [PATCH v4 4/7] target-m68k: move fmove CR to a function

2017-06-11 Thread Laurent Vivier
Move code of fmove to/from control register to a function Signed-off-by: Laurent Vivier --- target/m68k/translate.c | 66 ++--- 1 file changed, 41 insertions(+), 25 deletions(-) diff --git a/target/m68k/translate.c b/target/m68k/translate.c index 049d