commit | 1dee7a3dc89fe8c7671aee012be8981a42aad45f | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Jul 09 22:48:17 2012 +0000 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 11 17:36:38 2012 +0200 |
tree | 7345d97377128e0319b27cd0388ac45666968937 | |
parent | 85b7059169e128c57a3a8a3e588fb89cb2031da1 [diff] |
powerpc/kvm: Fix "PR" KVM implementation of H_CEDE H_CEDE should enable the vcpu's MSR:EE bit. It does on "HV" KVM (it's burried in the assembly code though) and as far as I can tell, qemu does it as well. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Alexander Graf <agraf@suse.de>