Skip to content

Commit 0c84b53

Browse files
Binbin Wusean-jc
authored andcommitted
Documentation: KVM: Fix unexpected unindent warnings
Add proper indentations to bullet list items to resolve the warning: "Bullet list ends without a blank line; unexpected unindent." Closes:https://lore.kernel.org/kvm/[email protected]/ Fixes: cf207ea ("KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>") Fixes: 25e8b1d ("KVM: TDX: Exit to userspace for GetTdVmCallInfo") Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Binbin Wu <[email protected]> Reviewed-by: Bagas Sanjaya <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sean Christopherson <[email protected]>
1 parent 0048ca5 commit 0c84b53

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Documentation/virt/kvm/api.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7214,21 +7214,21 @@ number from register R11. The remaining field of the union provide the
72147214
inputs and outputs of the TDVMCALL. Currently the following values of
72157215
``nr`` are defined:
72167216

7217-
* ``TDVMCALL_GET_QUOTE``: the guest has requested to generate a TD-Quote
7218-
signed by a service hosting TD-Quoting Enclave operating on the host.
7219-
Parameters and return value are in the ``get_quote`` field of the union.
7220-
The ``gpa`` field and ``size`` specify the guest physical address
7221-
(without the shared bit set) and the size of a shared-memory buffer, in
7222-
which the TDX guest passes a TD Report. The ``ret`` field represents
7223-
the return value of the GetQuote request. When the request has been
7224-
queued successfully, the TDX guest can poll the status field in the
7225-
shared-memory area to check whether the Quote generation is completed or
7226-
not. When completed, the generated Quote is returned via the same buffer.
7227-
7228-
* ``TDVMCALL_GET_TD_VM_CALL_INFO``: the guest has requested the support
7229-
status of TDVMCALLs. The output values for the given leaf should be
7230-
placed in fields from ``r11`` to ``r14`` of the ``get_tdvmcall_info``
7231-
field of the union.
7217+
* ``TDVMCALL_GET_QUOTE``: the guest has requested to generate a TD-Quote
7218+
signed by a service hosting TD-Quoting Enclave operating on the host.
7219+
Parameters and return value are in the ``get_quote`` field of the union.
7220+
The ``gpa`` field and ``size`` specify the guest physical address
7221+
(without the shared bit set) and the size of a shared-memory buffer, in
7222+
which the TDX guest passes a TD Report. The ``ret`` field represents
7223+
the return value of the GetQuote request. When the request has been
7224+
queued successfully, the TDX guest can poll the status field in the
7225+
shared-memory area to check whether the Quote generation is completed or
7226+
not. When completed, the generated Quote is returned via the same buffer.
7227+
7228+
* ``TDVMCALL_GET_TD_VM_CALL_INFO``: the guest has requested the support
7229+
status of TDVMCALLs. The output values for the given leaf should be
7230+
placed in fields from ``r11`` to ``r14`` of the ``get_tdvmcall_info``
7231+
field of the union.
72327232

72337233
* ``TDVMCALL_SETUP_EVENT_NOTIFY_INTERRUPT``: the guest has requested to
72347234
set up a notification interrupt for vector ``vector``.

0 commit comments

Comments
 (0)