powerpc/kvm: Fix "PR" KVM implementation of H_CEDE
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 9 Jul 2012 22:48:17 +0000 (22:48 +0000)
committerAlexander Graf <agraf@suse.de>
Wed, 11 Jul 2012 15:36:38 +0000 (17:36 +0200)
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>

No differences found