commit | ad0873763a83e7b31ba87a85ec2027dd6a9d7b55 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Aug 17 11:41:44 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:15 2010 +0200 |
tree | efc7e87eb5026732633f655d7270b66c7f586ec1 | |
parent | df08bd10266ce6132278f6b4ddc4bb0a12330b56 [diff] |
KVM: PPC: Force enable nap on KVM There are some heuristics in the PPC power management code that try to find out if the particular hardware we're running on supports proper power management or just hangs the machine when going into nap mode. Since we know that KVM is safe with nap, let's force enable it in the PV code once we're certain that we are on a KVM VM. Signed-off-by: Alexander Graf <agraf@suse.de>