Re: [PATCH v2] target/m68k: only change valid bits in CACR

2019-12-25 Thread Thomas Huth
Am Fri, 20 Dec 2019 18:24:15 +0100 schrieb Laurent Vivier : > This is used by netBSD (and MacOS ROM) to detect the MMU type > > Signed-off-by: Laurent Vivier > --- > > Notes: > v2: change accordingly to Thomas' comments > - Replace MMU feature id by a CPU feature id > - fix 6803

[PATCH v2] target/m68k: only change valid bits in CACR

2019-12-20 Thread Laurent Vivier
This is used by netBSD (and MacOS ROM) to detect the MMU type Signed-off-by: Laurent Vivier --- Notes: v2: change accordingly to Thomas' comments - Replace MMU feature id by a CPU feature id - fix 68030 mask - add 68060 mask - only mask in m68k_movec_to() function t