Re: [PATCH 05/13] ppc/spapr: Adjust ibm,pa-features for POWER9

2024-03-12 Thread Harsh Prateek Bora
On 3/12/24 00:21, Nicholas Piggin wrote: "MMR" and "SPR SO" are not implemented in POWER9, so clear those bits. HTM is not set by default, and only later if the cap is set, so remove the comment that suggests otherwise. Signed-off-by: Nicholas Piggin Reviewed-by: Harsh Prateek Bora ---

[PATCH 05/13] ppc/spapr: Adjust ibm,pa-features for POWER9

2024-03-11 Thread Nicholas Piggin
"MMR" and "SPR SO" are not implemented in POWER9, so clear those bits. HTM is not set by default, and only later if the cap is set, so remove the comment that suggests otherwise. Signed-off-by: Nicholas Piggin --- hw/ppc/spapr.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) d