Re: [Qemu-devel] [PATCH 2/5] m68k: implement server and client side

2017-02-19 Thread Laurent Vivier
Le 18/02/2017 à 23:37, Peter Maydell a écrit : > On 7 February 2017 at 18:33, Laurent Vivier wrote: >> This also adds the basic test file and the configuration update. >> >> This implementation can only test instructions with values in register and >> no memory access. >> >> Signed-off-by: Laurent

Re: [Qemu-devel] [PATCH 2/5] m68k: implement server and client side

2017-02-18 Thread Peter Maydell
On 7 February 2017 at 18:33, Laurent Vivier wrote: > This also adds the basic test file and the configuration update. > > This implementation can only test instructions with values in register and > no memory access. > > Signed-off-by: Laurent Vivier Hi; I got round to setting up my machine with

[Qemu-devel] [PATCH 2/5] m68k: implement server and client side

2017-02-07 Thread Laurent Vivier
This also adds the basic test file and the configuration update. This implementation can only test instructions with values in register and no memory access. Signed-off-by: Laurent Vivier --- configure | 6 ++- risu_m68k.c | 153 ++