@@ -7202,21 +7202,21 @@ number from register R11. The remaining field of the union provide the
72027202inputs 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
72227222set up a notification interrupt for vector ``vector ``.
0 commit comments