On Mon, Aug 04, 2008 at 09:05:07AM -0400, Bryan Kearney wrote:
I added the following to my xml
<features>
<feature>
<acpi/>
</feature>
</features>
and had acpi=force on my kernel line.. still no luck. I looked for bugs
in bugzilla.redhat... saw none for kvm with acpi. Is there another to
bug tool to look at?
You can check if the acpi interrupt got dilivered in
/proc/interrupts.
If so your OS doesn't handle it (e.g. missing acpi tools), if it didn't
get delivered there's probably something broken with kvm.
-- Guido