commit | c664876c6d88ff8c8e93ee05c0bbdc3e4c2af488 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Mar 24 21:48:24 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:17:01 2010 +0300 |
tree | d478322acafbae0971e7f0dd0cab31ed7299c463 | |
parent | a56cf347c21b21d52db127672cf1edf5dd724a4b [diff] |
KVM: PPC: Implement mfsr emulation We emulate the mfsrin instruction already, that passes the SR number in a register value. But we lacked support for mfsr that encoded the SR number in the opcode. So let's implement it. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>