Re: [PATCH 1/4] ppc/spapr: H_ENTER_NESTED should restore host XER ca field

2023-06-14 Thread Nicholas Piggin
On Fri Jun 9, 2023 at 5:05 PM AEST, Harsh Prateek Bora wrote: > Since we have the spapr_exit_nested routine that gets executed during > return path which contains the below change, I think mentioning > spapr_exit_nested in the title may be more specific/appropriate. It's the H_ENTER_NESTED call

Re: [PATCH 1/4] ppc/spapr: H_ENTER_NESTED should restore host XER ca field

2023-06-09 Thread Harsh Prateek Bora
Since we have the spapr_exit_nested routine that gets executed during return path which contains the below change, I think mentioning spapr_exit_nested in the title may be more specific/appropriate. On 6/8/23 14:43, Nicholas Piggin wrote: Fix missing env->ca restore when going from L2 back to

[PATCH 1/4] ppc/spapr: H_ENTER_NESTED should restore host XER ca field

2023-06-08 Thread Nicholas Piggin
Fix missing env->ca restore when going from L2 back to the host. Fixes: 120f738a467 ("spapr: implement nested-hv capability for the virtual hypervisor") Reviewed-by: Harsh Prateek Bora Signed-off-by: Nicholas Piggin --- hw/ppc/spapr_hcall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/h