From: Alexander Graf Date: Mon, 5 Mar 2012 15:00:28 +0000 (+0100) Subject: KVM: PPC: Save/Restore CR over vcpu_run X-Git-Tag: v3.5-rc1~88^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6127716c346c73ab1513edee53231800188c5ba;p=pandora-kernel.git KVM: PPC: Save/Restore CR over vcpu_run On PPC, CR2-CR4 are nonvolatile, thus have to be saved across function calls. We didn't respect that for any architecture until Paul spotted it in his patch for Book3S-HV. This patch saves/restores CR for all KVM capable PPC hosts. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed