Re: [Qemu-devel] [PATCH for-2.5 00/30] 680x0 instructions emulation

2015-08-12 Thread Richard Henderson
On 08/09/2015 01:13 PM, Laurent Vivier wrote: m68k: allow to update flags with operation on words and bytes m68k: update CPU flags management m68k: add X flag helpers I wonder if we can talk about a different mechanism for tracking flags. The x86 scheme tracks flags with 3 words: { op

[Qemu-devel] [PATCH for-2.5 00/30] 680x0 instructions emulation

2015-08-09 Thread Laurent Vivier
Current QEMU m68k emulation only supports ColdFire processors. This series adds compatibility with 680x0 processors. Only non-privileged instruction are implemented. 680x0 FPU instructions are not implemented. Once this series included in the QEMU mainline I will send a new series with FPU instr