hv_vmx_get_msr_info(_:_:)
Returns information about guest MSR configuration.
Declaration
func hv_vmx_get_msr_info(_ field: hv_vmx_msr_info_t, _ value: UnsafeMutablePointer<UInt64>) -> hv_return_tParameters
- field:
The ID of the MSR to examine.
- value:
A pointer to the info field value written by Hypervisor on a successful operation.
Mentioned in
Return Value
HV_SUCCESS if the operation was successful, otherwise an error code specified in hv_return_t.