Re: [PATCH RESEND 10/15] ppc: spapr: Initialize the GSB Elements lookup table.

2023-10-04 Thread Harsh Prateek Bora
On 10/4/23 14:57, Harsh Prateek Bora wrote: diff --git a/hw/ppc/spapr_hcall.c b/hw/ppc/spapr_hcall.c index 9b1f225d4a..ca609cb5a4 100644 --- a/hw/ppc/spapr_hcall.c +++ b/hw/ppc/spapr_hcall.c @@ -1580,6 +1580,7 @@ static void hypercall_register_types(void)  

Re: [PATCH RESEND 10/15] ppc: spapr: Initialize the GSB Elements lookup table.

2023-10-04 Thread Harsh Prateek Bora
On 9/7/23 08:31, Nicholas Piggin wrote: Might be good to add a common nested: prefix to all patches actually. Noted. On Wed Sep 6, 2023 at 2:33 PM AEST, Harsh Prateek Bora wrote: This is a first step towards enabling support for nested PAPR hcalls for providing the get/set of various

Re: [PATCH RESEND 10/15] ppc: spapr: Initialize the GSB Elements lookup table.

2023-09-06 Thread Nicholas Piggin
Might be good to add a common nested: prefix to all patches actually. On Wed Sep 6, 2023 at 2:33 PM AEST, Harsh Prateek Bora wrote: > This is a first step towards enabling support for nested PAPR hcalls for > providing the get/set of various Guest State Buffer (GSB) elements via >

[PATCH RESEND 10/15] ppc: spapr: Initialize the GSB Elements lookup table.

2023-09-06 Thread Harsh Prateek Bora
This is a first step towards enabling support for nested PAPR hcalls for providing the get/set of various Guest State Buffer (GSB) elements via h_guest_[g|s]et_state hcalls. This enables for identifying correct callbacks for get/set for each of the elements supported via h_guest_[g|s]et_state