mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Disable x2apic for solaris 11
Same hack that 10 needs
This commit is contained in:
parent
4c3e7969c6
commit
1421772e4e
@ -431,7 +431,7 @@ class _OsVariant(object):
|
|||||||
def broken_x2apic(self):
|
def broken_x2apic(self):
|
||||||
# x2apic breaks networking in solaris10
|
# x2apic breaks networking in solaris10
|
||||||
# https://bugs.launchpad.net/bugs/1395217
|
# https://bugs.launchpad.net/bugs/1395217
|
||||||
return self.name == 'solaris10'
|
return self.name in ('solaris10', 'solaris11')
|
||||||
|
|
||||||
def get_clock(self):
|
def get_clock(self):
|
||||||
if self.is_windows() or self._family in ['solaris']:
|
if self.is_windows() or self._family in ['solaris']:
|
||||||
|
Loading…
Reference in New Issue
Block a user