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
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
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