Re: [PATCH v4 09/15] spapr: nested: Extend nested_ppc_state for nested PAPR API

2024-02-29 Thread Harsh Prateek Bora
On 2/27/24 15:29, Nicholas Piggin wrote: On Tue Feb 20, 2024 at 6:36 PM AEST, Harsh Prateek Bora wrote: Currently, nested_ppc_state stores a certain set of registers and works with nested_[load|save]_state() for state transfer as reqd for nested-hv API. Extending these with additional registe

Re: [PATCH v4 09/15] spapr: nested: Extend nested_ppc_state for nested PAPR API

2024-02-27 Thread Nicholas Piggin
On Tue Feb 20, 2024 at 6:36 PM AEST, Harsh Prateek Bora wrote: > Currently, nested_ppc_state stores a certain set of registers and works > with nested_[load|save]_state() for state transfer as reqd for nested-hv API. > Extending these with additional registers state as reqd for nested PAPR API. > >

[PATCH v4 09/15] spapr: nested: Extend nested_ppc_state for nested PAPR API

2024-02-20 Thread Harsh Prateek Bora
Currently, nested_ppc_state stores a certain set of registers and works with nested_[load|save]_state() for state transfer as reqd for nested-hv API. Extending these with additional registers state as reqd for nested PAPR API. Signed-off-by: Harsh Prateek Bora Suggested-by: Nicholas Piggin ---