anaconda: fix interrupt remapping detection

pull/20/head
Marek Marczykowski-Górecki 6 years ago
parent 3c71ef6c1e
commit 3791fd7c5e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -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…
Cancel
Save