Re: [PATCH v2 15/19] ppc/pnv: Add big-core machine property

2024-07-14 Thread Nicholas Piggin
On Sat Jul 13, 2024 at 5:24 PM AEST, Cédric Le Goater wrote: > On 7/12/24 14:02, Nicholas Piggin wrote: > > Big-core implementation is complete, so expose it as a machine > > property that may be set with big-core=on option on powernv9 and > > powernv10 machines. > > > > Signed-off-by: Nicholas Pi

Re: [PATCH v2 15/19] ppc/pnv: Add big-core machine property

2024-07-13 Thread Cédric Le Goater
On 7/12/24 14:02, Nicholas Piggin wrote: Big-core implementation is complete, so expose it as a machine property that may be set with big-core=on option on powernv9 and powernv10 machines. Signed-off-by: Nicholas Piggin --- hw/ppc/pnv.c | 62 +++---

[PATCH v2 15/19] ppc/pnv: Add big-core machine property

2024-07-12 Thread Nicholas Piggin
Big-core implementation is complete, so expose it as a machine property that may be set with big-core=on option on powernv9 and powernv10 machines. Signed-off-by: Nicholas Piggin --- hw/ppc/pnv.c | 62 +++ hw/ppc/pnv_core.c | 2 +- 2 files change