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 revisionBoth sides next revision
software:linux:kvm [2013/05/13 19:58] – [Useful virsh commands] Michele Porellisoftware:linux:kvm [2020/04/04 05:51] Michele Porelli
Line 4: Line 4:
 ==== Useful virsh commands ==== ==== Useful virsh commands ====
   * pool-refresh default - rescan default 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