HV_X64_UNSUPPORTED_FEATURE_CODE enumeration
The HV_X64_UNSUPPORTED_FEATURE_CODE enumeration contains values that identify unsupported features of the hypervisor.
Syntax
typedef enum _HV_X64_UNSUPPORTED_FEATURE_CODE { HvUnsupportedFeatureIntercept = 1, HvUnsupportedFeatureTaskSwitchTss = 2 } HV_X64_UNSUPPORTED_FEATURE_CODE, *PHV_X64_UNSUPPORTED_FEATURE_CODE;
Constants
- HvUnsupportedFeatureIntercept
-
The hypervisor does not support an intercept.
- HvUnsupportedFeatureTaskSwitchTss
-
The hypervisor does not support a task state segment (TSS) in a task-switch request.
Remarks
The hypervisor inserts one of the values from the HV_X64_UNSUPPORTED_FEATURE_CODE enumeration in the FeatureCode field. For more information about the FeatureCode field, see Unsupported Feature Message.
Requirements
Header |
|
---|
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: