Re: [PATCH v7 0/7] Power11 support for QEMU [PowerNV]

2025-03-28 Thread Cédric Le Goater
On 3/27/25 21:07, Aditya Gupta wrote: Overview Add support for Power11 powernv machine type. As Power11 core is same as Power10, hence much of the code has been reused from Power10. Split Powernv11 chip/machine code into commits introducing: chip,machine,xive,phb This is to try t

Re: [PATCH v7 0/7] Power11 support for QEMU [PowerNV]

2025-03-28 Thread Aditya Gupta
On 25/03/28 09:02AM, Cédric Le Goater wrote: > On 3/27/25 21:07, Aditya Gupta wrote: > > <...snip...> > > In OPAL, the Power11 "CPU: PXYZ generation processor" string seems > inconsistent with the previous generations : Yes, that was intentional due to how we wanted to export it as "Power11" Quo

[PATCH v7 0/7] Power11 support for QEMU [PowerNV]

2025-03-27 Thread Aditya Gupta
Overview Add support for Power11 powernv machine type. As Power11 core is same as Power10, hence much of the code has been reused from Power10. Split Powernv11 chip/machine code into commits introducing: chip,machine,xive,phb This is to try to keep the code smaller in each commit,