You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TD partitioning may require few changes to existing TDCALLs. These APIs are listed below,
Existing API Changes:
Add a return type indicating success and failure for tdvmcall_wrmsr, tdvmcall_rdmsr.
Extend TdInfo struct to add vcpu_index field.
TdInfo stores the result from the tdcall tdcall_get_td_info. vcpu_index is one of the values returned in R9 bit0 ~ 31. Save this returned vcpu_index in TdInfo.
The text was updated successfully, but these errors were encountered:
TD partitioning may require few changes to existing TDCALLs. These APIs are listed below,
tdcall_get_td_info
. vcpu_index is one of the values returned in R9 bit0 ~ 31. Save this returned vcpu_index in TdInfo.The text was updated successfully, but these errors were encountered: