On 8 May 2016 at 10:07, Laurent Vivier <laur...@vivier.eu> wrote: > But I didn't really care here of the page faults because m68k only > supports non privileged instructions: coldfire is used in semi-hosting > mode (no MMU) and 680x0-like machine has no hardware (I use it in > linux-user mode).
It does still affect linux-user if your guest program has a SIGSEGV handler and uses it to fix up and restart faulting instructions, but I think only a few obscure JIT-type apps do this. thanks -- PMM