commit | f6127716c346c73ab1513edee53231800188c5ba | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Mar 05 16:00:28 2012 +0100 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 08 14:01:02 2012 +0300 |
tree | 3b3867d5fb239c2f03f0011cb752e6d816f853f9 | |
parent | 3aaefef200f618dc455cdf18053a7aeb262b5a11 [diff] |
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 <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>