Re: [PATCH 10/13] spapr: set MSR[ME] and MSR[FP] on client entry

2024-03-12 Thread Nicholas Piggin
On Tue Mar 12, 2024 at 8:03 PM AEST, Harsh Prateek Bora wrote: > > > On 3/12/24 00:21, Nicholas Piggin wrote: > > The initial MSR state for PAPR specifies MSR[ME] and MSR[FP] are set. > > > > Signed-off-by: Nicholas Piggin > > It would be good to mention PAPR section numbers suggesting the same.

Re: [PATCH 10/13] spapr: set MSR[ME] and MSR[FP] on client entry

2024-03-12 Thread Harsh Prateek Bora
On 3/12/24 00:21, Nicholas Piggin wrote: The initial MSR state for PAPR specifies MSR[ME] and MSR[FP] are set. Signed-off-by: Nicholas Piggin It would be good to mention PAPR section numbers suggesting the same. Anyways, Reviewed-by: Harsh Prateek Bora --- hw/ppc/spapr_cpu_core.c | 2

[PATCH 10/13] spapr: set MSR[ME] and MSR[FP] on client entry

2024-03-11 Thread Nicholas Piggin
The initial MSR state for PAPR specifies MSR[ME] and MSR[FP] are set. Signed-off-by: Nicholas Piggin --- hw/ppc/spapr_cpu_core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/ppc/spapr_cpu_core.c b/hw/ppc/spapr_cpu_core.c index 50523ead25..f3b01b0801 100644 --- a/hw/ppc/spapr_cpu_core