HV_X64_UNSUPPORTED_FEATURE_MESSAGE structure
The HV_X64_UNSUPPORTED_FEATURE_MESSAGE structure describes a feature of the architecture that is not properly virtualized by the hypervisor.
Syntax
typedef struct _HV_X64_UNSUPPORTED_FEATURE_MESSAGE { UINT32 VpIndex; HV_X64_UNSUPPORTED_FEATURE_CODE FeatureCode; UINT64 FeatureParameter; } HV_X64_UNSUPPORTED_FEATURE_MESSAGE, *PHV_X64_UNSUPPORTED_FEATURE_MESSAGE;
Members
- VpIndex
-
The index of the virtual processor.
- FeatureCode
-
A HV_X64_UNSUPPORTED_FEATURE_CODE-typed value that identifies the feature that was accessed.
- FeatureParameter
-
Additional information that is specific to the value in the FeatureCode member. For HvUnsupportedFeatureIntercept, the intercept number is supplied. For HvUnsupportedFeatureTaskSwitchTss, the task state segment (TSS) type is supplied.
Remarks
For more information about the unsupported feature message, see Unsupported Feature Message.
Requirements
Header |
|
---|
See also
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: