hv_vcpu_run

Function hv_vcpu_run 

Source
pub unsafe extern "C" fn hv_vcpu_run(vcpu: hv_vcpu_t) -> hv_return_t
Expand description

Starts the execution of a vCPU.

§Parameters

  • vcpu: The instance of the vCPU.

§Return Value

HV_SUCCESS if the operation was successful, otherwise an error code specified in hv_return_t.