Re: [PATCH v3 8/8] linux-user: Add PowerPC ISA 3.1 and MMA to hwcap

2022-05-17 Thread Richard Henderson
On 5/17/22 11:37, Lucas Mateus Castro(alqotel) wrote: From: Joel Stanley These are new hwcap bits added for power10. Signed-off-by: Joel Stanley Signed-off-by: Lucas Mateus Castro (alqotel) --- linux-user/elfload.c | 4 1 file changed, 4 insertions(+) Reviewed-by: Richard Henderson

[PATCH v3 8/8] linux-user: Add PowerPC ISA 3.1 and MMA to hwcap

2022-05-17 Thread Lucas Mateus Castro(alqotel)
From: Joel Stanley These are new hwcap bits added for power10. Signed-off-by: Joel Stanley Signed-off-by: Lucas Mateus Castro (alqotel) --- linux-user/elfload.c | 4 1 file changed, 4 insertions(+) diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 61063fd974..0908692e62 100