anaconda: fix interrupt remapping detection
This commit is contained in:
parent
3c71ef6c1e
commit
3791fd7c5e
@ -1115,7 +1115,7 @@ def is_unsupported_hw():
|
||||
missing_features.append('HAP/SLAT/EPT/RVI')
|
||||
# slightly different wording for Intel and AMD
|
||||
if b'Intel VT-d Interrupt Remapping enabled' not in xl_dmesg \
|
||||
and 'Interrupt remapping enabled' not in xl_dmesg:
|
||||
and b'Interrupt remapping enabled' not in xl_dmesg:
|
||||
missing_features.append('Interrupt Remapping')
|
||||
status = ', '.join(missing_features)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user