]> 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>
Mon, 24 Sep 2012 12:50:35 +0000 (14:50 +0200)
commit85e194d527e4206f2818d5964f0b1397bd6f0ec7
tree920b96bbd0b3fe555a39ccc2aa1781ee2220e461
parent7e65b3db96619dab5a75cca3a844a4446f4eb343
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