anaconda: consider Interrupt Remapping as required feature
QubesOS/qubes-issues#2977
This commit is contained in:
parent
6b77cb5ae4
commit
63043751a5
@ -1113,6 +1113,8 @@ def is_unsupported_hw():
|
|||||||
missing_features.append('IOMMU/VT-d/AMD-Vi')
|
missing_features.append('IOMMU/VT-d/AMD-Vi')
|
||||||
if b'HVM: Hardware Assisted Paging (HAP) detected' not in xl_dmesg:
|
if b'HVM: Hardware Assisted Paging (HAP) detected' not in xl_dmesg:
|
||||||
missing_features.append('HAP/SLAT/EPT/RVI')
|
missing_features.append('HAP/SLAT/EPT/RVI')
|
||||||
|
if b'Intel VT-d Interrupt Remapping enabled' not in xl_dmesg:
|
||||||
|
missing_features.append('Interrupt Remapping')
|
||||||
status = ', '.join(missing_features)
|
status = ', '.join(missing_features)
|
||||||
|
|
||||||
if status:
|
if status:
|
||||||
|
Loading…
Reference in New Issue
Block a user