Re: [Qemu-devel] [PATCH v4 2/7] target/m68k: add MC68040 MMU

2018-01-21 Thread Laurent Vivier
Le 21/01/2018 à 20:57, Rob Landley a écrit : > On 01/18/2018 01:38 PM, Laurent Vivier wrote: >> Only add MC68040 MMU page table processing and related >> registers (Special Status Word, Translation Control Register, >> User Root Pointer and Supervisor Root Pointer). >> >> Transparent Translation Re

Re: [Qemu-devel] [PATCH v4 2/7] target/m68k: add MC68040 MMU

2018-01-21 Thread Rob Landley
On 01/18/2018 01:38 PM, Laurent Vivier wrote: > Only add MC68040 MMU page table processing and related > registers (Special Status Word, Translation Control Register, > User Root Pointer and Supervisor Root Pointer). > > Transparent Translation Registers, DFC/SFC and pflush/ptest > will be added l

Re: [Qemu-devel] [PATCH v4 2/7] target/m68k: add MC68040 MMU

2018-01-18 Thread Richard Henderson
On 01/18/2018 11:38 AM, Laurent Vivier wrote: > Only add MC68040 MMU page table processing and related > registers (Special Status Word, Translation Control Register, > User Root Pointer and Supervisor Root Pointer). > > Transparent Translation Registers, DFC/SFC and pflush/ptest > will be added l

[Qemu-devel] [PATCH v4 2/7] target/m68k: add MC68040 MMU

2018-01-18 Thread Laurent Vivier
Only add MC68040 MMU page table processing and related registers (Special Status Word, Translation Control Register, User Root Pointer and Supervisor Root Pointer). Transparent Translation Registers, DFC/SFC and pflush/ptest will be added later. Signed-off-by: Laurent Vivier --- v4: align logica