Site icon EfmSoft

What does HRESULT 0xC035000E (ERROR_HV_INVALID_VP_INDEX) mean?

 
Could be also:
ConstantTypeOS
STATUS_HV_INVALID_VP_INDEXNTSTATUSWindows
Previous Next
ERROR_HV_INVALID_PARTITION_ID ERROR_HV_INVALID_PORT_ID

ERROR_HV_INVALID_VP_INDEX

The failure is about the receiving virtual processor choice

Message and event ports ultimately target a virtual processor and a synthetic interrupt source. Hyper-V can report this status when the requested target VP no longer exists or when no available VP can accept the delivery. It can therefore appear even though the sender connection and destination port are otherwise valid.

Do not treat a VP index as a stable host CPU number. It is an identifier in the target partition's virtual-processor topology, and valid delivery also depends on the target being available to receive the chosen notification.

What to check

Microsoft TLFS: virtual-processor delivery for posted messages · Microsoft TLFS: target VP and message queues


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

Exit mobile version