User Tools

Site Tools


software:linux:kvm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
software:linux:kvm [2012/10/26 12:21] Michele Porellisoftware:linux:kvm [2020/04/04 05:51] Michele Porelli
Line 3: Line 3:
  
 ==== Useful virsh commands ==== ==== Useful virsh commands ====
-  * pool-refresh default - rescan your pool for new images+  * pool-refresh default - rescan default pool for new images 
 + 
 +==== Quirks ==== 
 +=== High CPU usage with Windows === 
 +virt-manager doesn't pick the best options for the clock and, as consequence, the CPU usage is quite high. 
 +Replace the clock section with: 
 +<code> 
 +  <clock offset='localtime'> 
 +    <timer name='hpet' present='yes'/> 
 +    <timer name='hypervclock' present='yes'/> 
 +  </clock> 
 +</code> 
  
 ===== Links ===== ===== Links =====
software/linux/kvm.txt · Last modified: 2021/04/11 03:38 by Michele Porelli