Re: [PATCH v2 02/38] util: Add cpuinfo-ppc.c

2023-06-19 Thread Richard Henderson
On 6/19/23 12:37, Philippe Mathieu-Daudé wrote: On 9/6/23 04:23, Richard Henderson wrote: Move the code from tcg/.  Fix a bug in that PPC_FEATURE2_ARCH_3_10 is actually spelled PPC_FEATURE2_ARCH_3_1. This is rather confusing. Signed-off-by: Richard Henderson ---   host/include/ppc/host/cpui

Re: [PATCH v2 02/38] util: Add cpuinfo-ppc.c

2023-06-19 Thread Philippe Mathieu-Daudé
On 9/6/23 04:23, Richard Henderson wrote: Move the code from tcg/. Fix a bug in that PPC_FEATURE2_ARCH_3_10 is actually spelled PPC_FEATURE2_ARCH_3_1. This is rather confusing. Signed-off-by: Richard Henderson --- host/include/ppc/host/cpuinfo.h | 29 host/include/ppc6

Re: [PATCH v2 02/38] util: Add cpuinfo-ppc.c

2023-06-12 Thread Daniel Henrique Barboza
On 6/8/23 23:23, Richard Henderson wrote: Move the code from tcg/. Fix a bug in that PPC_FEATURE2_ARCH_3_10 is actually spelled PPC_FEATURE2_ARCH_3_1. Signed-off-by: Richard Henderson --- Reviewed-by: Daniel Henrique Barboza host/include/ppc/host/cpuinfo.h | 29 h

[PATCH v2 02/38] util: Add cpuinfo-ppc.c

2023-06-08 Thread Richard Henderson
Move the code from tcg/. Fix a bug in that PPC_FEATURE2_ARCH_3_10 is actually spelled PPC_FEATURE2_ARCH_3_1. Signed-off-by: Richard Henderson --- host/include/ppc/host/cpuinfo.h | 29 host/include/ppc64/host/cpuinfo.h | 1 + tcg/ppc/tcg-target.h | 16 -