ms_hyperv_info
Regular
4.4
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
};
4.8
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
};
4.10
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
};
4.13
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
};
4.15
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
u32 max_vp_index;
u32 max_lp_index;
};
4.18
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
};
5.0
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
};
5.3
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
};
5.4
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
};
5.8
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
};
5.11
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
};
5.13
: ✅struct ms_hyperv_info {
u32 features;
u32 priv_high;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
u32 isolation_config_a;
u32 isolation_config_b;
};
5.15
: ✅struct ms_hyperv_info {
u32 features;
u32 priv_high;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
u32 isolation_config_a;
u32 isolation_config_b;
};
5.19
: ✅struct ms_hyperv_info {
u32 features;
u32 priv_high;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
u32 isolation_config_a;
u32 isolation_config_b;
u32 cvm_type;
u32 reserved1;
u32 shared_gpa_boundary_active;
u32 shared_gpa_boundary_bits;
u32 reserved2;
u64 shared_gpa_boundary;
};
6.2
: ✅struct ms_hyperv_info {
u32 features;
u32 priv_high;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
u32 isolation_config_a;
u32 isolation_config_b;
u32 cvm_type;
u32 reserved1;
u32 shared_gpa_boundary_active;
u32 shared_gpa_boundary_bits;
u32 reserved2;
u64 shared_gpa_boundary;
};
6.5
: ✅struct ms_hyperv_info {
u32 features;
u32 priv_high;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
u32 isolation_config_a;
u32 isolation_config_b;
u32 cvm_type;
u32 reserved1;
u32 shared_gpa_boundary_active;
u32 shared_gpa_boundary_bits;
u32 reserved2;
u64 shared_gpa_boundary;
};
6.8
: ✅struct ms_hyperv_info {
u32 features;
u32 priv_high;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
u8 vtl;
u32 isolation_config_a;
u32 paravisor_present;
u32 reserved_a1;
u32 isolation_config_b;
u32 cvm_type;
u32 reserved_b1;
u32 shared_gpa_boundary_active;
u32 shared_gpa_boundary_bits;
u32 reserved_b2;
u64 shared_gpa_boundary;
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
};
azure
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
};
gcp
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
};
lowlatency
: ✅struct ms_hyperv_info {
u32 features;
u32 misc_features;
u32 hints;
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
⚠️u32 max_vp_index
u32 max_lp_index
4.15
and 4.18
⚠️u32 nested_features
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
⚠️u32 priv_high
u32 isolation_config_a
u32 isolation_config_b
5.13
and 5.15
✅
5.15
and 5.19
⚠️u32 cvm_type
u32 reserved1
u32 shared_gpa_boundary_active
u32 shared_gpa_boundary_bits
u32 reserved2
u64 shared_gpa_boundary
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
⚠️u8 vtl
u32 paravisor_present
u32 reserved_a1
u32 reserved_b1
u32 reserved_b2
u32 reserved1
u32 reserved2
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅