commit | aacf9aa3a7762a878c40fddef6e68262b9f9f383 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Aug 08 17:22:59 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 19:52:25 2011 +0300 |
tree | 85fbc4b9348a5a6eedda6905557954aa2cf3abd0 | |
parent | 0254f0742998dc61fcf68a3488e2d93636031263 [diff] |
KVM: PPC: Stub emulate CFAR and PURR SPRs Recent Linux versions use the CFAR and PURR SPRs, but don't really care about their contents (yet). So for now, we can simply return 0 when the guest wants to read them. Signed-off-by: Alexander Graf <agraf@suse.de>