Skip to content

Commit 2fc63fd

Browse files
author
Maxim Levitsky
committed
Documentation: KVM: Fix unexpected unindent warnings
JIRA: https://issues.redhat.com/browse/RHEL-47242 commit 0c84b53 Author: Binbin Wu <[email protected]> Date: Wed Jun 25 09:48:29 2025 +0800 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]> Signed-off-by: Maxim Levitsky <[email protected]>
1 parent c583bc7 commit 2fc63fd

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
@@ -7202,21 +7202,21 @@ number from register R11. The remaining field of the union provide the
72027202
inputs and outputs of the TDVMCALL. Currently the following values of
72037203
``nr`` are defined:
72047204

7205-
* ``TDVMCALL_GET_QUOTE``: the guest has requested to generate a TD-Quote
7206-
signed by a service hosting TD-Quoting Enclave operating on the host.
7207-
Parameters and return value are in the ``get_quote`` field of the union.
7208-
The ``gpa`` field and ``size`` specify the guest physical address
7209-
(without the shared bit set) and the size of a shared-memory buffer, in
7210-
which the TDX guest passes a TD Report. The ``ret`` field represents
7211-
the return value of the GetQuote request. When the request has been
7212-
queued successfully, the TDX guest can poll the status field in the
7213-
shared-memory area to check whether the Quote generation is completed or
7214-
not. When completed, the generated Quote is returned via the same buffer.
7215-
7216-
* ``TDVMCALL_GET_TD_VM_CALL_INFO``: the guest has requested the support
7217-
status of TDVMCALLs. The output values for the given leaf should be
7218-
placed in fields from ``r11`` to ``r14`` of the ``get_tdvmcall_info``
7219-
field of the union.
7205+
* ``TDVMCALL_GET_QUOTE``: the guest has requested to generate a TD-Quote
7206+
signed by a service hosting TD-Quoting Enclave operating on the host.
7207+
Parameters and return value are in the ``get_quote`` field of the union.
7208+
The ``gpa`` field and ``size`` specify the guest physical address
7209+
(without the shared bit set) and the size of a shared-memory buffer, in
7210+
which the TDX guest passes a TD Report. The ``ret`` field represents
7211+
the return value of the GetQuote request. When the request has been
7212+
queued successfully, the TDX guest can poll the status field in the
7213+
shared-memory area to check whether the Quote generation is completed or
7214+
not. When completed, the generated Quote is returned via the same buffer.
7215+
7216+
* ``TDVMCALL_GET_TD_VM_CALL_INFO``: the guest has requested the support
7217+
status of TDVMCALLs. The output values for the given leaf should be
7218+
placed in fields from ``r11`` to ``r14`` of the ``get_tdvmcall_info``
7219+
field of the union.
72207220

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

0 commit comments

Comments
 (0)