From: Alexander Graf Date: Tue, 28 Feb 2012 11:00:41 +0000 (+0100) Subject: KVM: PPC: Booke: only prepare to enter when we enter X-Git-Tag: v3.5-rc1~88^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03660ba27020250eae0b5a2722e0c7bec4968c3c;p=pandora-kernel.git KVM: PPC: Booke: only prepare to enter when we enter So far, we've always called prepare_to_enter even when all we did was return to the host. This patch changes that semantic to only call prepare_to_enter when we actually want to get back into the guest. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed