]> 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, 14 Sep 2012 14:26:06 +0000 (16:26 +0200)
commit6c58b2ff58df930e717f40400d2a5be2c8f9b152
treef2cb63ca12d2c3ceecc516722a30c1f87ac56678
parentc41084a154443a69a441b56e84d58643ac39b629
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