[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 05/15] spapr: nested: Document Nested PAPR API
From: |
Nicholas Piggin |
Subject: |
Re: [PATCH v4 05/15] spapr: nested: Document Nested PAPR API |
Date: |
Tue, 27 Feb 2024 19:29:01 +1000 |
On Tue Feb 20, 2024 at 6:35 PM AEST, Harsh Prateek Bora wrote:
> Adding initial documentation about Nested PAPR API to describe the set
> of APIs and its usage. Also talks about the Guest State Buffer elements
> and it's format which is used between L0/L1 to communicate L2 state.
>
> Signed-off-by: Michael Neuling <mikey@neuling.org>
> Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
v2 is upstream in Linux now, I suppose you could reference that too?
Otherwise looks okay
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
> ---
> docs/devel/nested-papr.txt | 514 +++++++++++++++++++++++++++++++++++++
> 1 file changed, 514 insertions(+)
> create mode 100644 docs/devel/nested-papr.txt
- Re: [PATCH v4 04/15] spapr: nested: keep nested-hv related code restricted to its API., (continued)
[PATCH v4 01/15] spapr: nested: register nested-hv api hcalls only for cap-nested-hv, Harsh Prateek Bora, 2024/02/20
[PATCH v4 06/15] spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls., Harsh Prateek Bora, 2024/02/20
[PATCH v4 08/15] spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall., Harsh Prateek Bora, 2024/02/20
[PATCH v4 05/15] spapr: nested: Document Nested PAPR API, Harsh Prateek Bora, 2024/02/20
- Re: [PATCH v4 05/15] spapr: nested: Document Nested PAPR API,
Nicholas Piggin <=
[PATCH v4 11/15] spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls., Harsh Prateek Bora, 2024/02/20
[PATCH v4 10/15] spapr: nested: Initialize the GSB elements lookup table., Harsh Prateek Bora, 2024/02/20
[PATCH v4 03/15] spapr: nested: Introduce SpaprMachineStateNested to store related info., Harsh Prateek Bora, 2024/02/20
[PATCH v4 14/15] spapr: nested: Introduce cap-nested-papr for Nested PAPR API, Harsh Prateek Bora, 2024/02/20