<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Daniel P. Berrange wrote:
<blockquote cite="mid20090524125948.GD10902@redhat.com" type="cite">
  <pre wrap="">On Sat, May 23, 2009 at 03:43:12PM -0400, Gerry Reno wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I upgraded the host from F10 to F11 (x86_64) with no issues.  Now when I 
start a F10 (i386) guest it runs very very slow.  I also see messages on 
the guest boot console about "clocksource tsc unstable" and some kernel 
oops.  Once it got far enough to start network I logged in and checked 
the clocksource and it currently is 'acpi_pm' even though the kernel 
line says clocksource=pit.  The available clocksources are acpi_pm, 
jiffies, and tsc.  I do not see 'pit' in the list.  How do I fix this issue?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If the guest runs 'extrememly' slowly then the most like thing is that 
it has fallen back to using QEMU emulation, instead of KVM hardware
acceleration. Check the /var/log/libvirt/qemu/$GUEST.log to see if there
is any mesage about not being able to open /dev/kvm.  Also make sure that
KVM modules are loaded, and that 'virsh capabilities' lists KVM as a valid
domain.

Daniel
  </pre>
</blockquote>
<tt>Ok, I checked the guest log and it says:<br>
/dev/kvm: no such file or directory.<br>
<br>
So how do I make this node?  Shouldn't libvirt have made it for us?<br>
<br>
Regards,<br>
Gerry<br>
<br>
</tt>
</body>
</html>