mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-23 06:50:13 +03:00
osdict: Clarify comment about rhel virtio-serial hack
This commit is contained in:
parent
ff3d6c65d8
commit
760dc32bac
@ -396,7 +396,8 @@ class _OsVariant(object):
|
||||
"http://pcisig.com/pci/1af4/1043"]
|
||||
if self._device_filter(devids=devids):
|
||||
return True
|
||||
# 2018-09-01: osinfo data is wrong for RHEL/centos here
|
||||
# osinfo data was wrong for RHEL/centos here until Oct 2018
|
||||
# Remove this hack after 6 months or so
|
||||
return self._is_related_to("rhel6.0")
|
||||
|
||||
def supports_chipset_q35(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user