commit | 03d25c5bd5c3125055bd36f4813ddb817def19dd | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Aug 10 12:28:50 2012 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Oct 05 23:38:42 2012 +0200 |
tree | ed1135f8862466b9fc9373049f30ce087fb668a8 | |
parent | 2d8185d4ee22f425001d28d1817fc8d478e6fa02 [diff] |
KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr We need to do the same things when preparing to enter a guest for booke and book3s_pr cores. Fold the generic code into a generic function that both call. Signed-off-by: Alexander Graf <agraf@suse.de>