Re: [PATCH 03/85] target/sparc: Remove always-set cpu features

2023-10-15 Thread Richard Henderson
On 10/13/23 14:27, Richard Henderson wrote: The oldest supported cpu is the microsparc 1; all other cpus use CPU_DEFAULT_FEATURES. Remove all bits that are always set: FLOAT, SWAP, MUL, DIV, FLUSH, FSQRT, FMUL. Signed-off-by: Richard Henderson I've just found the command-line properties that

[PATCH 03/85] target/sparc: Remove always-set cpu features

2023-10-13 Thread Richard Henderson
The oldest supported cpu is the microsparc 1; all other cpus use CPU_DEFAULT_FEATURES. Remove all bits that are always set: FLOAT, SWAP, MUL, DIV, FLUSH, FSQRT, FMUL. Signed-off-by: Richard Henderson --- linux-user/sparc/target_syscall.h | 6 +--- target/sparc/cpu.h| 50 +++