]> git.karo-electronics.de Git - mv-sheeva.git/commit
KVM: PPC: align vcpu_kick with x86
authorAlexander Graf <agraf@suse.de>
Fri, 9 Dec 2011 14:20:46 +0000 (15:20 +0100)
committerAvi Kivity <avi@redhat.com>
Mon, 5 Mar 2012 12:52:30 +0000 (14:52 +0200)
commitae21216bece0a623d09980c120b9c98790a860b9
tree0025f86a16c8cff37fecc01f7565c929102061bc
parent468a12c2b53776721ff83517d4a195b85c5fce54
KVM: PPC: align vcpu_kick with x86

Our vcpu kick implementation differs a bit from x86 which resulted in us not
disabling preemption during the kick. Get it a bit closer to what x86 does.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kvm/powerpc.c