Site icon EfmSoft

What does HRESULT 0xC0350041 (ERROR_HV_INVALID_LP_INDEX) mean?

 
Could be also:
ConstantTypeOS
STATUS_HV_INVALID_LP_INDEXNTSTATUSWindows
Previous Next
ERROR_HV_SMX_ENABLED ERROR_HV_INVALID_REGISTER_VALUE

ERROR_HV_INVALID_LP_INDEX

LP indices describe host execution resources, not guest virtual processors

ERROR_HV_INVALID_LP_INDEX means a hypercall referenced a nonexistent logical processor in the host topology. An LP index identifies a hardware execution context managed by Hyper-V, while a VP index identifies a processor exposed inside a partition. The two namespaces can have different counts and mappings.

Refresh topology after processor-group, firmware, or host configuration changes. Record the numeric LP index, CPU group, NUMA node, and API that produced it. Code that passes a VP index into an LP-oriented operation may appear to work on small systems and fail on larger hosts or after topology changes.

Topology values to compare

References


Looking for a different code? Search another status or error code.

Exit mobile version