commit | 03660ba27020250eae0b5a2722e0c7bec4968c3c | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Feb 28 12:00:41 2012 +0100 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 08 12:55:29 2012 +0300 |
tree | c774ab4a1154ee04374b31edcee9883a926defea | |
parent | 7cc1e8ee78f469ecff8aa29465325f1e4c5e1b5f [diff] |
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 <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>