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

2022-05-10 Thread Daniel Henrique Barboza
On 5/10/22 14:34, Lucas Mateus Martins Araujo e Castro wrote: On 27/04/2022 17:51, Daniel Henrique Barboza wrote: On 4/27/22 03:42, Joel Stanley wrote: These are new hwcap bits added for power10. Signed-off-by: Joel Stanley --- MMA support for TCG is on the list so I think it makes sense

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

2022-05-10 Thread Lucas Mateus Martins Araujo e Castro
On 27/04/2022 17:51, Daniel Henrique Barboza wrote: On 4/27/22 03:42, Joel Stanley wrote: These are new hwcap bits added for power10. Signed-off-by: Joel Stanley --- MMA support for TCG is on the list so I think it makes sense for this to land after those are merged. I believe you mean this

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

2022-05-04 Thread Joel Stanley
On Wed, 27 Apr 2022 at 20:51, Daniel Henrique Barboza wrote: > > > > On 4/27/22 03:42, Joel Stanley wrote: > > These are new hwcap bits added for power10. > > > > Signed-off-by: Joel Stanley > > --- > > MMA support for TCG is on the list so I think it makes sense for this to > > land after those

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

2022-04-27 Thread Daniel Henrique Barboza
On 4/27/22 03:42, Joel Stanley wrote: These are new hwcap bits added for power10. Signed-off-by: Joel Stanley --- MMA support for TCG is on the list so I think it makes sense for this to land after those are merged. I believe you mean this series: [RFC PATCH 0/7] VSX MMA Implementation

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

2022-04-26 Thread Joel Stanley
These are new hwcap bits added for power10. Signed-off-by: Joel Stanley --- MMA support for TCG is on the list so I think it makes sense for this to land after those are merged. I tested my patch with this program: https://github.com/shenki/p10_tests $ qemu-ppc64le -cpu power10 -L ~/ppc64le/