Re: [PATCH] ppc/spapr: Add ibm,pi-features

2024-05-20 Thread Harsh Prateek Bora
On 5/18/24 15:26, Nicholas Piggin wrote: The ibm,pi-features property has a bit to say whether or not msgsndp should be used. Linux checks if it is being run under KVM and avoids msgsndp anyway, but it would be preferable to rely on this bit. Signed-off-by: Nicholas Piggin Reviewed-by: Har

[PATCH] ppc/spapr: Add ibm,pi-features

2024-05-18 Thread Nicholas Piggin
The ibm,pi-features property has a bit to say whether or not msgsndp should be used. Linux checks if it is being run under KVM and avoids msgsndp anyway, but it would be preferable to rely on this bit. Signed-off-by: Nicholas Piggin --- hw/ppc/spapr.c | 27 +++ 1 file cha