mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
connection: Cache x86 cpu values at connection time
This commit is contained in:
parent
1662f75e07
commit
92835f205f
@ -992,6 +992,9 @@ class vmmConnection(vmmGObject):
|
||||
self.get_uri(), self.caps.xml)
|
||||
self._add_conn_events()
|
||||
|
||||
# Prime CPU cache
|
||||
self.caps.get_cpu_values(self.get_backend(), "x86_64")
|
||||
|
||||
try:
|
||||
self._backend.setKeepAlive(20, 1)
|
||||
except Exception, e:
|
||||
|
Loading…
Reference in New Issue
Block a user