]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: PPC: Ignore EXITING_GUEST_MODE mode
authorAlexander Graf <agraf@suse.de>
Mon, 13 Aug 2012 10:43:33 +0000 (12:43 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 5 Oct 2012 21:33:35 +0000 (23:33 +0200)
commit7f2f079f09ff8b1a7a25799687b7c9be7e696f5a
tree4c1fc628d847d088d6dce401abea0a54a53501aa
parent426dd7e82c6d362b860429b9c80cec1a7cc35917
KVM: PPC: Ignore EXITING_GUEST_MODE mode

We don't need to do anything when mode is EXITING_GUEST_MODE, because
we essentially are outside of guest mode and did everything it asked
us to do by the time we check it.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/powerpc.c