Site icon EfmSoft

What does HRESULT 0x80370308 (WHV_E_INVALID_VP_STATE) mean?

 
Previous Next
WHV_E_VP_DOES_NOT_EXIST WHV_E_INVALID_VP_REGISTER_NAME

WHV_E_INVALID_VP_STATE

Virtual processor control calls have concurrency and state requirements

WHV_E_INVALID_VP_STATE indicates that the VP exists, but its current execution state does not permit the requested operation. A common boundary is WHvRunVirtualProcessor: while a VP is running on one thread, another control path may need to cancel the run and wait for it to return before changing or destroying state.

Partition reset, VP deletion, register updates and concurrent run attempts can all create invalid ordering. Retrying immediately from several threads tends to preserve the race instead of resolving it.

Evidence and corrective action

References


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

Exit mobile version